Home
last modified time | relevance | path

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

/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dgui_main.cpp1975 GtkButton *button_start_more_10 = GTK_BUTTON(gtk_button_new()); in gui_main_create_event_editor() local
2011 …gtk_container_add(GTK_CONTAINER(button_start_more_10), GTK_WIDGET(gtk_image_new_from_pixbuf(app.ui… in gui_main_create_event_editor()
2063 app.ui.button_start_more_10 = button_start_more_10; in gui_main_create_event_editor()
2075 …g_signal_connect(button_start_more_10, "button-press-event", G_CALLBACK(gui_main_hold_button_press… in gui_main_create_event_editor()
2085 …g_signal_connect(button_start_more_10, "released", G_CALLBACK(gui_main_hold_button_release), info_… in gui_main_create_event_editor()
2109 gtk_tooltips_set_tip(app.ui.tooltips, GTK_WIDGET(button_start_more_10), _("Start +0.1 s"), NULL); in gui_main_create_event_editor()
2117 gtk_box_pack_start(GTK_BOX(hbox_start_10), GTK_WIDGET(button_start_more_10), FALSE, TRUE, 1); in gui_main_create_event_editor()
H A Dgui_main.h517 GtkButton *button_start_more_10; member