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

« back to all changes in this revision

Viewing changes to app/widgets/gimpcolormapeditor.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:
37
37
{
38
38
  GimpImageEditor  parent_instance;
39
39
 
 
40
  GtkWidget       *preview;
40
41
  gint             col_index;
41
42
  gint             dnd_col_index;
42
 
  GtkWidget       *preview;
43
43
  gint             xn;
44
44
  gint             yn;
45
45
  gint             cellsize;
46
46
 
 
47
  PangoLayout     *layout;
 
48
 
47
49
  GtkWidget       *edit_button;
48
50
  GtkWidget       *add_button;
49
51