Home
last modified time | relevance | path

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

/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dinterface.cc1749 # define SET_FOCUS_ON_CLICK(x) gtk_button_set_focus_on_click(GTK_BUTTON(x), FALSE) in create_main_window() macro
1751 # define SET_FOCUS_ON_CLICK(x) gtk_widget_set_focus_on_click(GTK_WIDGET(x), FALSE) in create_main_window() macro
1755 SET_FOCUS_ON_CLICK(l->data); \ in create_main_window()
1761 if(l->data != obj) SET_FOCUS_ON_CLICK(l->data); \ in create_main_window()
1775 SET_FOCUS_ON_CLICK(gtk_builder_get_object(main_builder, "button_history_copy")); in create_main_window()
1779 SET_FOCUS_ON_CLICK(gtk_builder_get_object(main_builder, "button_clearstack")); in create_main_window()
1780 SET_FOCUS_ON_CLICK(gtk_builder_get_object(main_builder, "button_editregister")); in create_main_window()
1783 SET_FOCUS_ON_CLICK(gtk_builder_get_object(main_builder, "button_rpn_sum")); in create_main_window()
1788 SET_FOCUS_ON_CLICK(l2->data); in create_main_window()
3237 SET_FOCUS_ON_CLICK(gtk_builder_get_object(setbase_builder, "button_close")); in get_set_base_dialog()