~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to app/widgets/gimpdialogfactory.h

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
            gimp_dialog_factory_from_widget (GtkWidget               *dialog,
177
177
                                             GimpDialogFactoryEntry **entry);
178
178
 
 
179
void        gimp_dialog_factory_set_has_min_size    (GtkWindow       *window,
 
180
                                                     gboolean         has_min_size);
 
181
gboolean    gimp_dialog_factory_get_has_min_size    (GtkWindow       *window);
 
182
 
179
183
 
180
184
#endif  /*  __GIMP_DIALOG_FACTORY_H__  */