Home
last modified time | relevance | path

Searched refs:buttons_type (Results 1 – 16 of 16) sorted by relevance

/dports/audio/wavbreaker/wavbreaker-0.13/src/
H A Dpopupmessage.c30 gint buttons_type = GTK_BUTTONS_OK; in popupmessage_show() local
34 buttons_type = GTK_BUTTONS_CLOSE; in popupmessage_show()
40 buttons_type, in popupmessage_show()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/
H A Dgame_control.cpp504 ActionButtonsType buttons_type; in announce_buttons_type() local
508 buttons_type = ActionButtonsType::BuildMenu; in announce_buttons_type()
510 buttons_type = ActionButtonsType::MilBuildMenu; in announce_buttons_type()
513 buttons_type = ActionButtonsType::None; in announce_buttons_type()
515 buttons_type = ActionButtonsType::MilitaryUnits; in announce_buttons_type()
517 buttons_type = ActionButtonsType::CivilianUnits; in announce_buttons_type()
520 if (buttons_type != this->buttons_type) { in announce_buttons_type()
521 this->buttons_type = buttons_type; in announce_buttons_type()
522 emit this->gui_signals.buttons_type_changed(buttons_type); in announce_buttons_type()
H A Dgame_control.h245 ActionButtonsType buttons_type; variable
/dports/deskutils/gnome-screenshot/gnome-screenshot-41.0/src/
H A Dscreenshot-utils.c95 GtkButtonsType buttons_type, in screenshot_show_dialog() argument
112 buttons_type, in screenshot_show_dialog()
H A Dscreenshot-utils.h35 GtkButtonsType buttons_type,
/dports/x11-fm/nautilus/nautilus-41.1/eel/
H A Deel-stock-dialogs.c391 GtkButtonsType buttons_type, in create_message_dialog() argument
399 buttons_type, in create_message_dialog()
418 GtkButtonsType buttons_type, in show_message_dialog() argument
424 buttons_type, parent); in show_message_dialog()
/dports/x11-fm/nemo/nemo-4.8.3/eel/
H A Deel-stock-dialogs.c373 GtkButtonsType buttons_type, in create_message_dialog() argument
381 buttons_type, in create_message_dialog()
396 GtkButtonsType buttons_type, in show_message_dialog() argument
403 buttons_type, parent); in show_message_dialog()
/dports/emulators/teo/teo/src/linux/
H A Dugui.c99 int message_type, int buttons_type) in ugui_MessageBox() argument
107 message_type, buttons_type, "%s", message); in ugui_MessageBox()
/dports/x11-fm/caja/caja-1.26.0/eel/
H A Deel-stock-dialogs.c474 GtkButtonsType buttons_type, in create_message_dialog() argument
482 buttons_type, in create_message_dialog()
497 GtkButtonsType buttons_type, in show_message_dialog() argument
504 buttons_type, parent); in show_message_dialog()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/gui/
H A Dactions_list_model.cpp159 void ActionsListModel::on_buttons_type_changed(const ActionButtonsType buttons_type) { in on_buttons_type_changed() argument
160 this->set_active_buttons(buttons_type); in on_buttons_type_changed()
H A Dactions_list_model.h58 void on_buttons_type_changed(const ActionButtonsType buttons_type);
H A Dgame_control_link.h135 void buttons_type_changed(const ActionButtonsType buttons_type);
140 void on_buttons_type_changed(const ActionButtonsType buttons_type);
H A Dgame_control_link.cpp131 void ActionModeLink::on_buttons_type_changed(const ActionButtonsType buttons_type) { in on_buttons_type_changed() argument
132 emit this->buttons_type_changed(buttons_type); in on_buttons_type_changed()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dscreen_keyboard.cpp296 void ScreenKeyboard::assignButtons(ButtonsType buttons_type) in assignButtons() argument
301 m_buttons_type = buttons_type; in assignButtons()
302 KeyboardLayout* keys = getKeyboardLayout(buttons_type); in assignButtons()
H A Dscreen_keyboard.hpp105 void assignButtons(ButtonsType buttons_type);
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-utils.c218 GtkButtonsType buttons_type = GTK_BUTTONS_OK; in glade_util_ui_message() local
256 buttons_type = GTK_BUTTONS_OK; in glade_util_ui_message()
259 buttons_type = GTK_BUTTONS_OK_CANCEL; in glade_util_ui_message()
262 buttons_type = GTK_BUTTONS_YES_NO; in glade_util_ui_message()
272 message_type, buttons_type, NULL); in glade_util_ui_message()