GimpPdbDialog

GimpPdbDialog

Synopsis




                    GimpPdbDialog;
void                gimp_pdb_dialog_run_callback        (GimpPdbDialog *dialog,
                                                         gboolean closing);
GimpPdbDialog*      gimp_pdb_dialog_get_by_callback     (GimpPdbDialogClass *klass,
                                                         const gchar *callback_name);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----GimpDialog
                                                   +----GimpPdbDialog
                                                         +----GimpBrushSelect
                                                         +----GimpFontSelect
                                                         +----GimpGradientSelect
                                                         +----GimpPaletteSelect
                                                         +----GimpPatternSelect

Implemented Interfaces

GimpPdbDialog implements GtkBuildable and AtkImplementorIface.

Properties


  "callback-name"            gchararray            : Write / Construct Only
  "context"                  GimpContext           : Write / Construct Only
  "initial-object"           GimpObject            : Write / Construct Only
  "menu-factory"             GimpMenuFactory       : Write / Construct Only
  "pdb"                      GimpPDB               : Write / Construct Only
  "select-type"              GType                 : Write / Construct Only

Description

Details

GimpPdbDialog

typedef struct _GimpPdbDialog GimpPdbDialog;


gimp_pdb_dialog_run_callback ()

void                gimp_pdb_dialog_run_callback        (GimpPdbDialog *dialog,
                                                         gboolean closing);

dialog :

closing :


gimp_pdb_dialog_get_by_callback ()

GimpPdbDialog*      gimp_pdb_dialog_get_by_callback     (GimpPdbDialogClass *klass,
                                                         const gchar *callback_name);

klass :

callback_name :

Returns :

Property Details

The "callback-name" property

  "callback-name"            gchararray            : Write / Construct Only

Default value: NULL


The "context" property

  "context"                  GimpContext           : Write / Construct Only


The "initial-object" property

  "initial-object"           GimpObject            : Write / Construct Only


The "menu-factory" property

  "menu-factory"             GimpMenuFactory       : Write / Construct Only


The "pdb" property

  "pdb"                      GimpPDB               : Write / Construct Only


The "select-type" property

  "select-type"              GType                 : Write / Construct Only