X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ghelpers.h;h=39a994b9ff1233e4c04a64d127d7189cb58620b9;hb=56c77c10f79d7be492aa0fb137786978c3596682;hp=f5aabec49ec798093750c13186a357d9714f9a20;hpb=d79db1222039e906dd49ae290daa59701f4e2385;p=fio.git diff --git a/ghelpers.h b/ghelpers.h index f5aabec4..39a994b9 100644 --- a/ghelpers.h +++ b/ghelpers.h @@ -4,6 +4,8 @@ GtkWidget *new_combo_entry_in_frame(GtkWidget *box, const char *label); GtkWidget *new_info_entry_in_frame(GtkWidget *box, const char *label); GtkWidget *new_info_label_in_frame(GtkWidget *box, const char *label); +GtkWidget *new_info_entry_in_frame_rgb(GtkWidget *box, const char *label, + gfloat r, gfloat g, gfloat b); GtkWidget *create_spinbutton(GtkWidget *hbox, double min, double max, double defval); void label_set_int_value(GtkWidget *entry, unsigned int val); void entry_set_int_value(GtkWidget *entry, unsigned int val);