Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupWindow.h16 MSG_POPUP_SHOWN = 'push', enumerator
H A DPopupWindow.cpp96 looper->PostMessage(MSG_POPUP_SHOWN, fControl); in Show()
H A DPopupControl.cpp41 case MSG_POPUP_SHOWN: in MessageReceived()