HomeSort by relevance Sort by last modified time
    Searched refs:notebook (Results 1 - 9 of 9) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
annotate.c 162 GtkWidget *notebook; local
176 notebook = pgctx->notebook;
198 notebook = gtk_notebook_new();
199 pgctx->notebook = notebook;
201 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0); local
222 gtk_notebook_append_page(GTK_NOTEBOOK(notebook), scrolled_window,
gtk.h 13 GtkWidget *notebook; member in struct:perf_gtk_context
hists.c 342 GtkWidget *notebook; local
365 notebook = gtk_notebook_new();
367 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0); local
406 gtk_notebook_append_page(GTK_NOTEBOOK(notebook), scrolled_window, tab_label);
  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
OverridesUI.js 363 {title: "Notebook with touch", width: 1280, height: 950, deviceScaleFactor: 1, userAgent: "", touch: true, mobile: false},
364 {title: "Notebook with HiDPI screen", width: 1440, height: 900, deviceScaleFactor: 2, userAgent: "", touch: false, mobile: false},
365 {title: "Generic notebook", width: 1280, height: 800, deviceScaleFactor: 1, userAgent: "", touch: false, mobile: false}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 187 milliseconds