Home | History | Annotate | Download | only in fio

Lines Matching defs:hbox

966 	GtkWidget *frame, *tree_view, *hbox, *completion_vbox, *drawing_area;
999 hbox = gtk_hbox_new(FALSE, 3);
1000 gtk_container_add(GTK_CONTAINER(completion_vbox), hbox);
1009 gtk_box_pack_start(GTK_BOX(hbox), tree_view, TRUE, TRUE, 3);
1016 GtkWidget *hbox, *label, *frame;
1030 hbox = gtk_hbox_new(FALSE, 3);
1031 gtk_container_add(GTK_CONTAINER(frame), hbox);
1033 label = new_info_label_in_frame(hbox, "Minimum");
1035 label = new_info_label_in_frame(hbox, "Maximum");
1037 label = new_info_label_in_frame(hbox, "Average");
1040 label = new_info_label_in_frame(hbox, "Standard deviation");
1127 GtkWidget *tree_view, *frame, *hbox, *drawing_area, *completion_vbox;
1156 hbox = gtk_hbox_new(FALSE, 3);
1157 gtk_container_add(GTK_CONTAINER(completion_vbox), hbox);
1165 gtk_box_pack_start(GTK_BOX(hbox), tree_view, TRUE, TRUE, 3);