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

« back to all changes in this revision

Viewing changes to app/widgets/gimpwidgets-utils.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:
90
90
 
91
91
const gchar     * gimp_get_message_stock_id  (GimpMessageSeverity  severity);
92
92
 
 
93
void          gimp_pango_layout_set_scale    (PangoLayout     *layout,
 
94
                                              double           scale);
 
95
void          gimp_pango_layout_set_weight   (PangoLayout     *layout,
 
96
                                              PangoWeight      weight);
 
97
 
93
98
 
94
99
#endif /* __GIMP_WIDGETS_UTILS_H__ */