Home
last modified time | relevance | path

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

/haiku/src/apps/terminal/
H A DThemeWindow.cpp32 const uint32 MSG_DEFAULTS_PRESSED = 'defl'; variable
47 new BMessage(MSG_DEFAULTS_PRESSED), B_WILL_DRAW); in ThemeWindow()
187 case MSG_DEFAULTS_PRESSED: in MessageReceived()
H A DPrefWindow.cpp51 B_TRANSLATE("Defaults"), new BMessage(MSG_DEFAULTS_PRESSED), in PrefWindow()
169 case MSG_DEFAULTS_PRESSED: in MessageReceived()
H A DPrefWindow.h17 const uint32 MSG_DEFAULTS_PRESSED = 'defl'; variable