Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar.c1131 gtk_widget_hide (appGUI->cal->notes_vbox); in day_notes_toggled_cb()
1141 gtk_widget_show (appGUI->cal->notes_vbox); in day_notes_toggled_cb()
1192 gtk_widget_hide (appGUI->cal->notes_vbox); in calendar_close_text_cb()
2052 appGUI->cal->notes_vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); in gui_create_calendar()
2053 gtk_widget_show (appGUI->cal->notes_vbox); in gui_create_calendar()
2054 gtk_widget_set_margin_right(GTK_WIDGET(appGUI->cal->notes_vbox), 8); in gui_create_calendar()
2055 gtk_widget_set_margin_bottom(GTK_WIDGET(appGUI->cal->notes_vbox), 8); in gui_create_calendar()
2057 gtk_box_pack_start (GTK_BOX (vbox3), appGUI->cal->notes_vbox, TRUE, TRUE, 0); in gui_create_calendar()
2064 gtk_box_pack_start (GTK_BOX (appGUI->cal->notes_vbox), hbox3, FALSE, FALSE, 0); in gui_create_calendar()
2288 gtk_widget_hide(appGUI->cal->notes_vbox); in gui_create_calendar()
[all …]
H A Dgui.h221 GtkWidget *notes_vbox; member
823 GtkWidget *notes_vbox; member