~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to app/widgets/gimpcolorframe.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define __GIMP_COLOR_FRAME_H__
21
21
 
22
22
 
23
 
#include <gtk/gtkframe.h>
24
 
 
25
 
 
26
23
#define GIMP_COLOR_FRAME_ROWS 5
27
24
 
28
25
 
53
50
  gboolean            has_color_area;
54
51
 
55
52
  GtkWidget          *menu;
56
 
  GtkWidget          *number_label;
57
53
  GtkWidget          *color_area;
58
54
  GtkWidget          *name_labels[GIMP_COLOR_FRAME_ROWS];
59
55
  GtkWidget          *value_labels[GIMP_COLOR_FRAME_ROWS];
 
56
 
 
57
  PangoLayout        *number_layout;
60
58
};
61
59
 
62
60
struct _GimpColorFrameClass