Home | History | Annotate | Download | only in fio

Lines Matching defs:buttons

214  * Update sensitivity of job buttons and job menu items, based on the
1121 GtkWidget *dialog, *frame, *box, **buttons, *vbox, *font;
1175 buttons = malloc(sizeof(GtkWidget *) * FD_DEBUG_MAX);
1184 buttons[i] = gtk_check_button_new_with_label(debug_levels[i].name);
1185 gtk_widget_set_tooltip_text(buttons[i], debug_levels[i].help);
1186 gtk_box_pack_start(GTK_BOX(box), buttons[i], FALSE, FALSE, 6);
1199 set = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(buttons[i]));