Searched defs:buttontext (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dgfio.c54 const char *buttontext; member in struct:button_spec
60 .buttontext = "Connect",
66 .buttontext = "Send",
72 .buttontext = "Start Job",
191 GtkWidget *button = gtk_button_new_with_label(buttonspec->buttontext);

Completed in 69 milliseconds