Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dprint.c69 GtkWidget *button_selection, *button_ignore_printarea, *button_print_hidden_sheets; member
1476 GtkWidget *button_selection, *button_ignore_printarea; in gnm_create_widget_cb() local
1517 button_selection = gtk_check_button_new_with_mnemonic in gnm_create_widget_cb()
1519 g_object_set (button_selection, in gnm_create_widget_cb()
1523 gtk_grid_attach (GTK_GRID (grid), button_selection, 0, 3, 5, 1); in gnm_create_widget_cb()
1563 G_CALLBACK (widget_button_cb), button_selection); in gnm_create_widget_cb()
1591 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button_selection), TRUE); in gnm_create_widget_cb()
1636 pi->button_selection = button_selection; in gnm_create_widget_cb()
1687 (GTK_TOGGLE_BUTTON (pi->button_selection)); in gnm_custom_widget_apply_cb()
/dports/games/netwalk/netwalk-cb6b089/
H A Dmain.c535 static widget_ptr button_selection; variable
540 button_selection = p; in button_handle_click()
548 if (state == state_button && button_selection == p in button_update()
1277 if (in_widget(button_selection, x, y)) { in handle_mousebuttonup()
1278 widget_raise_signal(button_selection, signal_activate); in handle_mousebuttonup()
/dports/games/scourge-data/scourge_data/config/
H A Dui.cfg83button_selection="buttonsel,1,1,1,1,2,1,1,darkuinorthsel,darkuisouthsel,darkuieastsel,darkuiwestse…
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_mouse.cc475 Editor::button_selection (ArdourCanvas::Item* item, GdkEvent* event, ItemType item_type) in button_selection() function in Editor
1408 button_selection (item, event, item_type); in button_press_handler()
1811 button_selection (item, event, item_type); in button_release_handler()
H A Deditor.h792 void button_selection (ArdourCanvas::Item* item, GdkEvent* event, ItemType item_type);