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

« back to all changes in this revision

Viewing changes to app/widgets/gimpactiongroup.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:
22
22
#ifndef __GIMP_ACTION_GROUP_H__
23
23
#define __GIMP_ACTION_GROUP_H__
24
24
 
25
 
#include <gtk/gtkactiongroup.h>
26
 
 
27
25
 
28
26
#define GIMP_TYPE_ACTION_GROUP              (gimp_action_group_get_type ())
29
27
#define GIMP_ACTION_GROUP(obj)              (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_ACTION_GROUP, GimpActionGroup))
195
193
                                               GimpViewable        *viewable);
196
194
void   gimp_action_group_set_action_hide_empty(GimpActionGroup     *group,
197
195
                                               const gchar         *action_name,
198
 
                                               gboolean             is_important);
 
196
                                               gboolean             hide_empty);
199
197
 
200
198
 
201
199
#endif  /* __GIMP_ACTION_GROUP_H__ */