Searched refs:tab_item (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/ui/ |
H A D | gtk.c | 166 p = gtk_notebook_page_num(GTK_NOTEBOOK(s->notebook), vc->tab_item); in gd_vc_find_by_page() 1335 page = gtk_notebook_page_num(nb, vc->tab_item); in gd_menu_switch_vc() 1368 gd_widget_reparent(vc->window, s->notebook, vc->tab_item); in gd_tab_window_close() 1370 vc->tab_item, vc->label); in gd_tab_window_close() 1422 gd_widget_reparent(s->notebook, vc->window, vc->tab_item); in gd_menu_untabify() 1988 vc->tab_item = box; in gd_vc_vte_init() 1990 gtk_notebook_append_page(GTK_NOTEBOOK(s->notebook), vc->tab_item, in gd_vc_vte_init() 2207 vc->tab_item = vc->gfx.drawing_area; in gd_vc_gfx_init() 2210 vc->tab_item, gtk_label_new(vc->label)); in gd_vc_gfx_init()
|
/openbmc/qemu/include/ui/ |
H A D | gtk.h | 84 GtkWidget *tab_item; member
|