/external/selinux/policycoreutils/gui/ |
system-config-selinux.py | 130 self.tabs[self.notebook.get_current_page()].deleteDialog() 133 self.tabs[self.notebook.get_current_page()].addDialog() 136 self.tabs[self.notebook.get_current_page()].propertiesDialog() 139 self.tabs[self.notebook.get_current_page()].on_local_clicked(button) 157 self.notebook.set_current_page(rows[0][0]) 160 self.notebook.set_current_page(0) 166 self.notebook = self.xml.get_widget("notebook")
|
polgengui.py | 118 self.notebook = xml.get_widget("notebook") 381 self.notebook.set_current_page(self.pages[type][self.current_page]) 391 self.notebook.set_current_page(self.pages[type][self.current_page]) [all...] |
/external/fio/ |
gfio.h | 66 GtkWidget *notebook; member in struct:gui 100 * Notebook entry 110 GtkWidget *notebook; member in struct:gui_entry
|
gfio.c | 745 ge->page_num = gtk_notebook_append_page(GTK_NOTEBOOK(ui->notebook), ge->vbox, ge->page_label); 759 gtk_notebook_set_current_page(GTK_NOTEBOOK(ui->notebook), ge->page_num); 789 cur_page = gtk_notebook_get_current_page(GTK_NOTEBOOK(ui->notebook)); 879 cur_page = gtk_notebook_get_current_page(GTK_NOTEBOOK(ui->notebook)); 886 gtk_notebook_set_current_page(GTK_NOTEBOOK(ui->notebook), ge->page_num); [all...] |
goptions.c | 1164 static GtkWidget *gopt_add_tab(GtkWidget *notebook, const char *name) 1176 gtk_notebook_append_page(GTK_NOTEBOOK(notebook), scroll, gtk_label_new(name)); 1180 static GtkWidget *gopt_add_group_tab(GtkWidget *notebook, struct opt_group *og) 1182 return gopt_add_tab(notebook, og->name); 1185 static void gopt_add_group_tabs(GtkWidget *notebook, struct gopt_job_view *gjv) 1197 gjv->vboxes[i] = gopt_add_group_tab(notebook, og); 1539 GtkWidget *dialog, *notebook, *vbox, *topvbox, *combo; local 1576 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 5); local [all...] |
gclient.c | 87 GtkWidget *win, *notebook, *vbox; local 104 notebook = gtk_notebook_new(); 105 gtk_notebook_set_scrollable(GTK_NOTEBOOK(notebook), 1); 106 gtk_notebook_popup_enable(GTK_NOTEBOOK(notebook)); 107 gtk_container_add(GTK_CONTAINER(vbox), notebook); local 110 ge->results_notebook = notebook; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |