Home
last modified time | relevance | path

Searched defs:button (Results 251 – 275 of 24427) sorted by relevance

1...<<11121314151617181920>>...978

/dports/games/netradiant/netradiant-20150621-src/libs/gtkutil/
H A Dbutton.cpp37 void button_connect_callback( GtkButton* button, const Callback& callback ){ in button_connect_callback()
45 guint toggle_button_connect_callback( GtkToggleButton* button, const Callback& callback ){ in toggle_button_connect_callback()
55 void button_set_icon( GtkButton* button, const char* icon ){ in button_set_icon()
61 void toggle_button_set_active_no_signal( GtkToggleButton* button, gboolean active ){ in toggle_button_set_active_no_signal()
74 void radio_button_print_state( GtkRadioButton* button ){ in radio_button_print_state()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-paste-special.c120 GtkWidget *button = go_gtk_builder_get_widget (state->gui,"skip-blanks"); in skip_blanks_set_sensitive() local
130 GtkWidget *button = go_gtk_builder_get_widget (state->gui,"dont-change-formulae"); in dont_change_formulae_set_sensitive() local
147 dialog_paste_special_type_toggled_cb (GtkWidget *button, PasteSpecialState *state) in dialog_paste_special_type_toggled_cb()
164 dialog_paste_special_cell_op_toggled_cb (GtkWidget *button, PasteSpecialState *state) in dialog_paste_special_cell_op_toggled_cb()
174 dialog_paste_special_region_op_toggled_cb (GtkWidget *button, PasteSpecialState *state) in dialog_paste_special_region_op_toggled_cb()
181 dialog_paste_special_skip_blanks_toggled_cb (GtkWidget *button, PasteSpecialState *state) in dialog_paste_special_skip_blanks_toggled_cb()
187 cb_tool_cancel_clicked (G_GNUC_UNUSED GtkWidget *button, in cb_tool_cancel_clicked()
195 cb_tool_ok_clicked (G_GNUC_UNUSED GtkWidget *button, in cb_tool_ok_clicked()
230 cb_tool_paste_link_clicked (G_GNUC_UNUSED GtkWidget *button, in cb_tool_paste_link_clicked()
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/viewer/utils/
H A Dsviewer_channel_conf.m61 button = Data.Channelconf.whichbutton; variable
66 button = button + startchannel - 1; variable
113 button = Data.Channelconf.whichbutton; variable
117 button = button + startchannel - 1; variable
191 button = Data.Channelconf.whichbutton; variable
195 button = button + startchannel - 1; variable
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-taskbar/
H A Dlxqtgrouppopup.h56 int indexOf(LXQtTaskButton *button) { return layout()->indexOf(button); } in indexOf()
60 void addButton(LXQtTaskButton* button) { layout()->addWidget(button); } in addButton()
61 void removeWidget(QWidget *button) { layout()->removeWidget(button); } in removeWidget()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/a11y/
H A Dcheckbutton.c6 GtkWidget *button = gtk_check_button_new (); in check_button_role() local
17 GtkWidget *button = gtk_check_button_new (); in check_button_checked() local
36 GtkWidget *button = gtk_check_button_new_with_label ("Hello"); in check_button_label() local
/dports/games/stratagus/stratagus-3.2.0/src/ui/
H A Dpopup.cpp49 /* virtual */ int CPopupContentTypeButtonInfo::GetWidth(const ButtonAction &button, int *) const in GetWidth() argument
78 /* virtual */ int CPopupContentTypeButtonInfo::GetHeight(const ButtonAction &button, int *) const in GetHeight() argument
160 /* virtual */ int CPopupContentTypeText::GetWidth(const ButtonAction &button, int *) const in GetWidth() argument
176 /* virtual */ int CPopupContentTypeText::GetHeight(const ButtonAction &button, int *) const in GetHeight() argument
221 /* virtual */ int CPopupContentTypeCosts::GetWidth(const ButtonAction &button, int *Costs) const in GetWidth() argument
262 /* virtual */ int CPopupContentTypeCosts::GetHeight(const ButtonAction &button, int *Costs) const in GetHeight() argument
275 …eCosts::Draw(int x, int y, const CPopup &, const unsigned int, const ButtonAction &button, int *Co… in Draw() argument
338 /* virtual */ int CPopupContentTypeLine::GetWidth(const ButtonAction &button, int *Costs) const in GetWidth() argument
343 /* virtual */ int CPopupContentTypeLine::GetHeight(const ButtonAction &button, int *Costs) const in GetHeight() argument
374 /* virtual */ int CPopupContentTypeVariable::GetWidth(const ButtonAction &button, int *) const in GetWidth() argument
[all …]
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/
H A Dconfig.c812 Button *button = get_or_create_last_button(); in add_entry() local
817 Button *button = get_or_create_last_button(); in add_entry() local
825 Button *button = get_or_create_last_button(); in add_entry() local
835 Button *button = get_or_create_last_button(); in add_entry() local
839 Button *button = get_or_create_last_button(); in add_entry() local
844 Button *button = get_or_create_last_button(); in add_entry() local
847 Button *button = get_or_create_last_button(); in add_entry() local
852 Button *button = get_or_create_last_button(); in add_entry() local
857 Button *button = get_or_create_last_button(); in add_entry() local
862 Button *button = get_or_create_last_button(); in add_entry() local
[all …]
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DTaskerManager.py212 def openDialogClicked(self, button): argument
215 def startClicked(self, button): argument
283 def openDialogClicked(self, button): argument
286 def connectClicked(self, button): argument
374 def openDialogClicked(self, button): argument
378 def learnClicked(self, button): argument
436 def openDialogClicked(self, button): argument
455 def openClicked(self, button): argument
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestfilechooser.c115 set_folder_nonexistent_cb (GtkButton *button, in set_folder_nonexistent_cb()
122 set_folder_existing_nonexistent_cb (GtkButton *button, in set_folder_existing_nonexistent_cb()
152 set_filename_nonexistent_cb (GtkButton *button, in set_filename_nonexistent_cb()
159 set_filename_existing_nonexistent_cb (GtkButton *button, in set_filename_existing_nonexistent_cb()
166 get_selection_cb (GtkButton *button, in get_selection_cb()
190 get_current_name_cb (GtkButton *button, in get_current_name_cb()
201 unmap_and_remap_cb (GtkButton *button, in unmap_and_remap_cb()
219 GtkWidget *button; in main() local
H A Dtestlist.c134 sort_clicked_cb (GtkButton *button, in sort_clicked_cb()
143 reverse_sort_clicked_cb (GtkButton *button, in reverse_sort_clicked_cb()
152 filter_clicked_cb (GtkButton *button, in filter_clicked_cb()
161 unfilter_clicked_cb (GtkButton *button, in unfilter_clicked_cb()
170 change_clicked_cb (GtkButton *button, in change_clicked_cb()
189 add_clicked_cb (GtkButton *button, in add_clicked_cb()
202 separate_clicked_cb (GtkButton *button, in separate_clicked_cb()
211 unseparate_clicked_cb (GtkButton *button, in unseparate_clicked_cb()
220 visibility_clicked_cb (GtkButton *button, in visibility_clicked_cb()
250 GtkWidget *check, *button, *combo, *scrolled; in main() local
/dports/textproc/meld-legacy/meld-1.8.6/meld/ui/
H A Dlistwidget.py54 def on_add_clicked(self, button): argument
57 def on_remove_clicked(self, button): argument
61 def on_move_up_clicked(self, button): argument
65 def on_move_down_clicked(self, button): argument
/dports/textproc/meld/meld-3.20.4/meld/ui/
H A Dlistwidget.py49 def on_add_clicked(self, button): argument
52 def on_remove_clicked(self, button): argument
56 def on_move_up_clicked(self, button): argument
60 def on_move_down_clicked(self, button): argument
/dports/graphics/dia/dia-0.97.3/app/
H A Dsheets_dialog_callbacks.c99 GtkWidget *button; in sheets_dialog_up_down_set_sensitive() local
135 GtkWidget *button; in on_sheets_dialog_object_button_toggled() local
259 GtkWidget *button; in sheets_dialog_wrapbox_add_line_break() local
324 GtkWidget *button; in sheets_dialog_create_object_button() local
428 GtkWidget *button; in on_sheets_dialog_optionmenu_activate() local
462 GtkWidget *button; in sheets_dialog_apply_revert_set_sensitive() local
685 on_sheets_dialog_button_close_clicked (GtkButton *button, in on_sheets_dialog_button_close_clicked()
704 on_sheets_dialog_button_new_clicked (GtkButton *button, in on_sheets_dialog_button_new_clicked()
759 on_sheets_new_dialog_button_ok_clicked (GtkButton *button, in on_sheets_new_dialog_button_ok_clicked()
1001 on_sheets_dialog_button_edit_clicked (GtkButton *button, in on_sheets_dialog_button_edit_clicked()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/gui/config_dialog/
H A Dkeybinding_editor_delegate.cc71 KeyBindingEditorTriggerButton *button in createEditor() local
85 KeyBindingEditorTriggerButton *button in setEditorData() local
97 KeyBindingEditorTriggerButton *button in setModelData() local
119 KeyBindingEditorTriggerButton *button = in CommitAndCloseEditor() local
131 KeyBindingEditorTriggerButton *button = in CloseEditor() local
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/gui/config_dialog/
H A Dkeybinding_editor_delegate.cc71 KeyBindingEditorTriggerButton *button in createEditor() local
85 KeyBindingEditorTriggerButton *button in setEditorData() local
97 KeyBindingEditorTriggerButton *button in setModelData() local
119 KeyBindingEditorTriggerButton *button = in CommitAndCloseEditor() local
131 KeyBindingEditorTriggerButton *button = in CloseEditor() local
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/gui/config_dialog/
H A Dkeybinding_editor_delegate.cc71 KeyBindingEditorTriggerButton *button in createEditor() local
85 KeyBindingEditorTriggerButton *button in setEditorData() local
97 KeyBindingEditorTriggerButton *button in setModelData() local
119 KeyBindingEditorTriggerButton *button = in CommitAndCloseEditor() local
131 KeyBindingEditorTriggerButton *button = in CloseEditor() local
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/gui/config_dialog/
H A Dkeybinding_editor_delegate.cc71 KeyBindingEditorTriggerButton *button in createEditor() local
85 KeyBindingEditorTriggerButton *button in setEditorData() local
97 KeyBindingEditorTriggerButton *button in setModelData() local
119 KeyBindingEditorTriggerButton *button = in CommitAndCloseEditor() local
131 KeyBindingEditorTriggerButton *button = in CloseEditor() local
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/gui/config_dialog/
H A Dkeybinding_editor_delegate.cc71 KeyBindingEditorTriggerButton *button in createEditor() local
85 KeyBindingEditorTriggerButton *button in setEditorData() local
97 KeyBindingEditorTriggerButton *button in setModelData() local
119 KeyBindingEditorTriggerButton *button = in CommitAndCloseEditor() local
131 KeyBindingEditorTriggerButton *button = in CloseEditor() local
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/gui/config_dialog/
H A Dkeybinding_editor_delegate.cc71 KeyBindingEditorTriggerButton *button in createEditor() local
85 KeyBindingEditorTriggerButton *button in setEditorData() local
97 KeyBindingEditorTriggerButton *button in setModelData() local
119 KeyBindingEditorTriggerButton *button = in CommitAndCloseEditor() local
131 KeyBindingEditorTriggerButton *button = in CloseEditor() local
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpgradientselectbutton.c203 gimp_gradient_select_button_init (GimpGradientSelectButton *button) in gimp_gradient_select_button_init()
234 GtkWidget *button; in gimp_gradient_select_button_new() local
260 gimp_gradient_select_button_get_gradient (GimpGradientSelectButton *button) in gimp_gradient_select_button_get_gradient()
280 gimp_gradient_select_button_set_gradient (GimpGradientSelectButton *button, in gimp_gradient_select_button_set_gradient()
346 GimpGradientSelectButton *button; in gimp_gradient_select_button_set_property() local
373 GimpGradientSelectButton *button; in gimp_gradient_select_button_get_property() local
400 GimpGradientSelectButton *button; in gimp_gradient_select_button_callback() local
427 gimp_gradient_select_button_clicked (GimpGradientSelectButton *button) in gimp_gradient_select_button_clicked()
479 GimpGradientSelectButton *button) in gimp_gradient_select_preview_expose()
546 gimp_gradient_select_drag_data_received (GimpGradientSelectButton *button, in gimp_gradient_select_drag_data_received()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/eventmanager/
H A DMouseEvents.cpp49 const std::string button = node.getAttributeValue("button"); in getCondition() local
278 ui::XYViewEvent MouseEventManager::findXYViewEvent (const unsigned int& button, const unsigned int&… in findXYViewEvent()
297 ui::ObserverEvent MouseEventManager::findObserverEvent (const unsigned int& button, const unsigned … in findObserverEvent()
318 unsigned int button = event->button; in getCameraViewEvent() local
326 unsigned int button = event->button; in getXYViewEvent() local
335 unsigned int button = getButtonFlags(state); in getXYViewEvent() local
341 …ouseEventManager::matchXYViewEvent (const ui::XYViewEvent& xyViewEvent, const unsigned int& button, in matchXYViewEvent()
362 …entManager::matchObserverEvent (const ui::ObserverEvent& observerEvent, const unsigned int& button, in matchObserverEvent()
383 …entManager::matchCameraViewEvent (const ui::CamViewEvent& camViewEvent, const unsigned int& button, in matchCameraViewEvent()
427 unsigned int button = event->button; in getObserverEvent() local
[all …]
/dports/graphics/py-mpl-interactions/mpl_interactions-0.19.0/docs/examples/gallery/
H A D_mpl-sliders-same-figure-playback.json6 "button": null, null
20 "button": null, null
34 "button": null, null
48 "button": null, null
62 "button": null, null
76 "button": null, null
90 "button": null, null
384 "button": 1, number
398 "button": 1, number
412 "button": 1, number
[all …]
/dports/comms/predict/predict-2.2.7/clients/gsat-1.1.0/src/
H A Dcallbacks.c135 on_cb_connect_clicked (GtkButton *button, in on_cb_connect_clicked()
145 on_cb_disconnect_clicked (GtkButton *button, in on_cb_disconnect_clicked()
191 on_bt_preferences_clicked (GtkButton *button, in on_bt_preferences_clicked()
334 on_bt_prefs_apply_clicked (GtkButton *button, in on_bt_prefs_apply_clicked()
526 on_bt_prefs_save_clicked (GtkButton *button, in on_bt_prefs_save_clicked()
535 on_bt_prefs_cancel_clicked (GtkButton *button, in on_bt_prefs_cancel_clicked()
545 on_bt_con_connect_clicked (GtkButton *button, in on_bt_con_connect_clicked()
590 on_bt_con_cancel_clicked (GtkButton *button, in on_bt_con_cancel_clicked()
770 on_bt_azelgraph_clicked (GtkButton *button, in on_bt_azelgraph_clicked()
782 on_bt_dbedit_clicked (GtkButton *button, in on_bt_dbedit_clicked()
[all …]
/dports/multimedia/xfce4-parole/parole-4.16.0/src/
H A Dparole-button.c109 ParoleButton *button; in parole_button_filter_x_events() local
140 parole_button_grab_keystring(ParoleButton *button, guint keycode) { in parole_button_grab_keystring()
190 parole_button_xevent_key(ParoleButton *button, guint keysym , ParoleButtonKey key) { in parole_button_xevent_key()
218 parole_button_setup(ParoleButton *button) { in parole_button_setup()
260 parole_button_init(ParoleButton *button) { in parole_button_init()
287 ParoleButton *button = NULL; in parole_button_new() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr25771.C23 struct button { struct
30 button uparrow_; argument

1...<<11121314151617181920>>...978