Searched refs:create_spinbutton (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | ghelpers.h | 9 GtkWidget *create_spinbutton(GtkWidget *hbox, double min, double max, double defval);
|
D | ghelpers.c | 71 GtkWidget *create_spinbutton(GtkWidget *hbox, double min, double max, double defval) in create_spinbutton() function
|
D | gfio.c | 569 pentry = create_spinbutton(hbox, 1, 65535, FIO_NET_PORT); in get_connection_details() 1157 spin = create_spinbutton(hbox, 10, 1000000, gfio_graph_limit); in preferences() 1167 spin_int = create_spinbutton(hbox, 100, 100000, gfio_client_ops.eta_msec); in preferences()
|