Home
last modified time | relevance | path

Searched refs:MSG_EXPORT_AS (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.h21 MSG_EXPORT_AS = 'xpas', enumerator
H A DIconEditorApp.cpp171 case MSG_EXPORT_AS: in MessageReceived()
177 fSavePanel->SetExportMode(message->what == MSG_EXPORT_AS); in MessageReceived()
H A DMainWindow.cpp179 case MSG_EXPORT_AS: in MessageReceived()
336 case MSG_EXPORT_AS: in MessageReceived()
372 bool isExportMode = message->what == MSG_EXPORT_AS in MessageReceived()
375 requestRefWhat = MSG_EXPORT_AS; in MessageReceived()
1296 new BMessage(MSG_EXPORT_AS), 'P', B_SHIFT_KEY)); in _CreateMenuBar()