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

« back to all changes in this revision

Viewing changes to libgimpwidgets/gimpcolorbutton.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
GType       gimp_color_button_get_type   (void) G_GNUC_CONST;
79
79
 
80
80
GtkWidget * gimp_color_button_new        (const gchar       *title,
81
 
                                          gint               width,
82
 
                                          gint               height,
83
 
                                          const GimpRGB     *color,
84
 
                                          GimpColorAreaType  type);
 
81
                                          gint               width,
 
82
                                          gint               height,
 
83
                                          const GimpRGB     *color,
 
84
                                          GimpColorAreaType  type);
85
85
 
86
86
void        gimp_color_button_set_color  (GimpColorButton   *button,
87
 
                                          const GimpRGB     *color);
 
87
                                          const GimpRGB     *color);
88
88
void        gimp_color_button_get_color  (GimpColorButton   *button,
89
 
                                          GimpRGB           *color);
 
89
                                          GimpRGB           *color);
90
90
 
91
91
gboolean    gimp_color_button_has_alpha  (GimpColorButton   *button);
92
92
void        gimp_color_button_set_type   (GimpColorButton   *button,
93
 
                                          GimpColorAreaType  type);
 
93
                                          GimpColorAreaType  type);
94
94
 
95
95
gboolean    gimp_color_button_get_update (GimpColorButton   *button);
96
96
void        gimp_color_button_set_update (GimpColorButton   *button,