replaced the number label with a big Cairo-drawn number below the color
2007-11-14 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolorframe.[ch]: replaced the number label with a big Cairo-drawn number below the color value labels. svn path=/trunk/; revision=24157
This commit is contained in:

committed by
Michael Natterer

parent
10ccddfb93
commit
43b503df95
@ -53,10 +53,11 @@ struct _GimpColorFrame
|
|||||||
gboolean has_color_area;
|
gboolean has_color_area;
|
||||||
|
|
||||||
GtkWidget *menu;
|
GtkWidget *menu;
|
||||||
GtkWidget *number_label;
|
|
||||||
GtkWidget *color_area;
|
GtkWidget *color_area;
|
||||||
GtkWidget *name_labels[GIMP_COLOR_FRAME_ROWS];
|
GtkWidget *name_labels[GIMP_COLOR_FRAME_ROWS];
|
||||||
GtkWidget *value_labels[GIMP_COLOR_FRAME_ROWS];
|
GtkWidget *value_labels[GIMP_COLOR_FRAME_ROWS];
|
||||||
|
|
||||||
|
PangoLayout *number_layout;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GimpColorFrameClass
|
struct _GimpColorFrameClass
|
||||||
|
Reference in New Issue
Block a user