Home
last modified time | relevance | path

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

/dports/www/cssed/cssed-0.4.0/src/
H A Dselector-wizard.c106 GtkWidget *vbox_selector; in create_selector_wizard() local
391 vbox_selector = gtk_vbox_new (FALSE, 0); in create_selector_wizard()
392 gtk_widget_show (vbox_selector); in create_selector_wizard()
393 gtk_container_add (GTK_CONTAINER (notebook_wizard), vbox_selector); in create_selector_wizard()
399 gtk_box_pack_start (GTK_BOX (vbox_selector), label_selector_header, in create_selector_wizard()
409 gtk_box_pack_start (GTK_BOX (vbox_selector), label_selector_detail, in create_selector_wizard()
418 gtk_box_pack_start (GTK_BOX (vbox_selector), hbox_selector_lists, in create_selector_wizard()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dnotes.c74 gtk_widget_show (appGUI->nte->vbox_selector); in notes_show_selector_editor()
84 gtk_widget_hide (appGUI->nte->vbox_selector); in notes_show_selector_editor()
1413 appGUI->nte->vbox_selector = gtk_box_new (GTK_ORIENTATION_VERTICAL, 1); in gui_create_notes()
1414 gtk_widget_show (appGUI->nte->vbox_selector); in gui_create_notes()
1415 gtk_box_pack_start (GTK_BOX(appGUI->nte->vbox), appGUI->nte->vbox_selector, TRUE, TRUE, 0); in gui_create_notes()
1423 …gtk_box_pack_start(GTK_BOX(appGUI->nte->vbox_selector), GTK_WIDGET(notes_toolbar), FALSE, FALSE, 0… in gui_create_notes()
1443 gtk_box_pack_start (GTK_BOX (appGUI->nte->vbox_selector), vbox2, TRUE, TRUE, 0); in gui_create_notes()
H A Dgui.h622 GtkWidget *vbox_selector; member