Home
last modified time | relevance | path

Searched +defs:titlebar +defs:message (Results 1 – 7 of 7) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/demos/mainwindow/
H A Dmainwindow.cpp66 static const char * const message = variable
333 BlueTitleBar *titlebar = new BlueTitleBar(swatch); in setupDockWidgets() local
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/mainwindows/mainwindow/
H A Dmainwindow.cpp76 static const char message[] = variable
359 BlueTitleBar *titlebar = new BlueTitleBar(swatch); in setupDockWidgets() local
/dports/security/stunnel/stunnel-5.60/src/
H A Dui_win_gui.c425 UINT message, WPARAM wParam, LPARAM lParam) { in window_proc()
678 NOEXPORT LRESULT CALLBACK about_proc(HWND dialog_handle, UINT message, in about_proc()
696 NOEXPORT LRESULT CALLBACK pass_proc(HWND dialog_handle, UINT message, in pass_proc()
698 LPTSTR titlebar; in pass_proc() local
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/third-party/gtest-1.8.1/fused-src/gtest/
H A Dgtest-all.cc66 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
718 GTEST_CHECK_(begin <= end && end <= size) in cc_fingerprint_dialog_get_property()
817 // The role interface for getting the OS stack trace as a string. in cc_fingerprint_dialog_get_property()
844 // A working implementation of the OsStackTraceGetterInterface interface. in cc_fingerprint_dialog_get_property()
/dports/net-im/profanity/profanity-0.11.1/src/config/
H A Dpreferences.c104 char* message = g_key_file_get_string(prefs, PREF_GROUP_PRESENCE, "autoaway.message", NULL); in _prefs_load() local
337 prefs_message_get_triggers(const char* const message) in prefs_message_get_triggers()
361 … const char* const theirnick, const char* const message, gboolean mention, gboolean trigger_found) in prefs_do_room_notify()
1400 prefs_create_profwin_placement(int titlebar, int mainwin, int statusbar, int inputwin) in prefs_create_profwin_placement()
/dports/editors/nano/nano-5.9/src/
H A Dwinio.c1951 void titlebar(const char *path) in titlebar() function
2250 char *compound, *message; in statusline() local
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmframe.cc194 YFrameTitleBar* YFrameWindow::titlebar() { in titlebar() function in YFrameWindow
1539 void YFrameWindow::wmConfirmKill(const char* message) { in wmConfirmKill()