Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dinterface.c1557 GtkWidget *notebook5; in create_prefwin() local
1984 notebook5 = gtk_notebook_new (); in create_prefwin()
1985 gtk_widget_show (notebook5); in create_prefwin()
1986 gtk_container_add (GTK_CONTAINER (notebook), notebook5); in create_prefwin()
1987 gtk_container_set_border_width (GTK_CONTAINER (notebook5), 12); in create_prefwin()
1991 gtk_container_add (GTK_CONTAINER (notebook5), vbox9); in create_prefwin()
2070 …gtk_notebook_set_tab_label (GTK_NOTEBOOK (notebook5), gtk_notebook_get_nth_page (GTK_NOTEBOOK (not… in create_prefwin()
2074 gtk_container_add (GTK_CONTAINER (notebook5), vbox44); in create_prefwin()
2095 …gtk_notebook_set_tab_label (GTK_NOTEBOOK (notebook5), gtk_notebook_get_nth_page (GTK_NOTEBOOK (not… in create_prefwin()
3225 GLADE_HOOKUP_OBJECT (prefwin, notebook5, "notebook5"); in create_prefwin()