Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_notes.c503 gtk_widget_hide (appGUI->cal->notes_month_spinbutton); in refresh_notes_list()
507 gtk_widget_show (appGUI->cal->notes_month_spinbutton); in refresh_notes_list()
511 gtk_widget_show (appGUI->cal->notes_month_spinbutton); in refresh_notes_list()
525 month = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (appGUI->cal->notes_month_spinbutton)); in refresh_notes_list()
539 month = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (appGUI->cal->notes_month_spinbutton)); in refresh_notes_list()
689 …appGUI->cal->notes_month_spinbutton = gtk_spin_button_new (GTK_ADJUSTMENT (notes_month_spinbutton_… in cal_notes_browser()
690 gtk_widget_show (appGUI->cal->notes_month_spinbutton); in cal_notes_browser()
691 gtk_box_pack_start (GTK_BOX (hbox1), appGUI->cal->notes_month_spinbutton, TRUE, TRUE, 0); in cal_notes_browser()
692 g_signal_connect (appGUI->cal->notes_month_spinbutton, "value-changed", in cal_notes_browser()
H A Dgui.h373 GtkWidget *notes_month_spinbutton; member