Home
last modified time | relevance | path

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

/haiku/src/apps/switcher/
H A DPanelWindow.cpp21 static const uint32 kMsgShow = 'SHOW'; variable
46 PostMessage(kMsgShow); in PanelWindow()
62 case kMsgShow: in MessageReceived()
92 if ((how == kMsgShow && fShowState >= kMaxShowState) in _UpdateShowState()
96 fShowState += how == kMsgShow ? 1 : -1; in _UpdateShowState()
142 if (kMsgShow && IsHidden()) in _UpdateShowState()
147 if ((how == kMsgShow && fShowState < kMaxShowState) in _UpdateShowState()
151 } else if (how == kMsgShow) { in _UpdateShowState()
/haiku/src/apps/showimage/
H A DProgressWindow.cpp22 static const uint32 kMsgShow = 'show'; variable
90 BMessage show(kMsgShow); in Start()
112 case kMsgShow: in MessageReceived()
/haiku/src/apps/sudoku/
H A DProgressWindow.cpp23 static const uint32 kMsgShow = 'show'; variable
98 BMessage show(kMsgShow); in Start()
120 case kMsgShow: in MessageReceived()