GimpDocked

GimpDocked

Synopsis

                    GimpDocked;
                    GimpDockedInterface;
void                gimp_docked_set_aux_info            (GimpDocked *docked,
                                                         GList *aux_info);
GList*              gimp_docked_get_aux_info            (GimpDocked *docked);
GtkWidget*          gimp_docked_get_preview             (GimpDocked *docked,
                                                         GimpContext *context,
                                                         GtkIconSize size);
void                gimp_docked_set_context             (GimpDocked *docked,
                                                         GimpContext *context);
GimpUIManager*      gimp_docked_get_menu                (GimpDocked *docked,
                                                         const gchar **ui_path,
                                                         gpointer *popup_data);
gchar*              gimp_docked_get_title               (GimpDocked *docked);
void                gimp_docked_title_changed           (GimpDocked *docked);
gboolean            gimp_docked_has_button_bar          (GimpDocked *docked);
void                gimp_docked_set_show_button_bar     (GimpDocked *docked,
                                                         gboolean show);
gboolean            gimp_docked_get_show_button_bar     (GimpDocked *docked);

Object Hierarchy

  GInterface
   +----GimpDockedInterface

Prerequisites

GimpDockedInterface requires GtkWidget.

Known Implementations

GimpDockedInterface is implemented by GimpChannelTreeView, GimpToolOptionsEditor, GimpLayerTreeView, GimpGradientEditor, GimpPaletteEditor, GimpHistogramEditor, GimpImageEditor, GimpContainerEditor, GimpComponentEditor, GimpFontView, GimpCursorView, GimpImageView, GimpDocumentView, GimpContainerGridView, GimpUndoEditor, GimpDataFactoryView, GimpErrorConsole, GimpEditor, GimpColorEditor, GimpDataEditor, GimpDeviceStatus, GimpBrushFactoryView, GimpNavigationEditor, GimpContainerTreeView, GimpTemplateView, GimpBufferView, GimpSelectionEditor, GimpPatternFactoryView, GimpItemTreeView, GimpDrawableTreeView, GimpContainerBox, GimpToolView, GimpVectorsTreeView, GimpBrushEditor, GimpColormapEditor and GimpSamplePointEditor.

Signals

  "title-changed"                                  : Run First

Description

Details

GimpDocked

typedef struct _GimpDocked GimpDocked;


GimpDockedInterface

typedef struct _GimpDockedInterface GimpDockedInterface;


gimp_docked_set_aux_info ()

void                gimp_docked_set_aux_info            (GimpDocked *docked,
                                                         GList *aux_info);

docked :

aux_info :


gimp_docked_get_aux_info ()

GList*              gimp_docked_get_aux_info            (GimpDocked *docked);

docked :

Returns :


gimp_docked_get_preview ()

GtkWidget*          gimp_docked_get_preview             (GimpDocked *docked,
                                                         GimpContext *context,
                                                         GtkIconSize size);

docked :

context :

size :

Returns :


gimp_docked_set_context ()

void                gimp_docked_set_context             (GimpDocked *docked,
                                                         GimpContext *context);

docked :

context :


gimp_docked_get_menu ()

GimpUIManager*      gimp_docked_get_menu                (GimpDocked *docked,
                                                         const gchar **ui_path,
                                                         gpointer *popup_data);

docked :

ui_path :

popup_data :

Returns :


gimp_docked_get_title ()

gchar*              gimp_docked_get_title               (GimpDocked *docked);

docked :

Returns :


gimp_docked_title_changed ()

void                gimp_docked_title_changed           (GimpDocked *docked);

docked :


gimp_docked_has_button_bar ()

gboolean            gimp_docked_has_button_bar          (GimpDocked *docked);

docked :

Returns :


gimp_docked_set_show_button_bar ()

void                gimp_docked_set_show_button_bar     (GimpDocked *docked,
                                                         gboolean show);

docked :

show :


gimp_docked_get_show_button_bar ()

gboolean            gimp_docked_get_show_button_bar     (GimpDocked *docked);

docked :

Returns :

Signal Details

The "title-changed" signal

void                user_function                      (GimpDockedInterface *gimpdockedinterface,
                                                        gpointer             user_data)                : Run First

gimpdockedinterface :

the object which received the signal.

user_data :

user data set when the signal handler was connected.