GimpViewableDialog

GimpViewableDialog

Synopsis

                    GimpViewableDialog;
GtkWidget*          gimp_viewable_dialog_new            (GimpViewable *viewable,
                                                         GimpContext *context,
                                                         const gchar *title,
                                                         const gchar *role,
                                                         const gchar *stock_id,
                                                         const gchar *desc,
                                                         GtkWidget *parent,
                                                         GimpHelpFunc help_func,
                                                         const gchar *help_id,
                                                         ...);
void                gimp_viewable_dialog_set_viewable   (GimpViewableDialog *dialog,
                                                         GimpViewable *viewable,
                                                         GimpContext *context);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----GimpDialog
                                                   +----GimpViewableDialog
                                                         +----GimpColorDialog
                                                         +----GimpToolDialog

Implemented Interfaces

GimpViewableDialog implements AtkImplementorIface and GtkBuildable.

Properties

  "context"                  GimpContext*          : Read / Write
  "description"              gchar*                : Write / Construct
  "parent"                   GtkWidget*            : Write / Construct Only
  "stock-id"                 gchar*                : Write / Construct Only
  "viewable"                 GimpViewable*         : Read / Write

Description

Details

GimpViewableDialog

typedef struct _GimpViewableDialog GimpViewableDialog;


gimp_viewable_dialog_new ()

GtkWidget*          gimp_viewable_dialog_new            (GimpViewable *viewable,
                                                         GimpContext *context,
                                                         const gchar *title,
                                                         const gchar *role,
                                                         const gchar *stock_id,
                                                         const gchar *desc,
                                                         GtkWidget *parent,
                                                         GimpHelpFunc help_func,
                                                         const gchar *help_id,
                                                         ...);

viewable :

context :

title :

role :

stock_id :

desc :

parent :

help_func :

help_id :

... :

Returns :


gimp_viewable_dialog_set_viewable ()

void                gimp_viewable_dialog_set_viewable   (GimpViewableDialog *dialog,
                                                         GimpViewable *viewable,
                                                         GimpContext *context);

dialog :

viewable :

context :

Property Details

The "context" property

  "context"                  GimpContext*          : Read / Write


The "description" property

  "description"              gchar*                : Write / Construct

Default value: NULL


The "parent" property

  "parent"                   GtkWidget*            : Write / Construct Only


The "stock-id" property

  "stock-id"                 gchar*                : Write / Construct Only

Default value: NULL


The "viewable" property

  "viewable"                 GimpViewable*         : Read / Write