GimpSelectButton

GimpSelectButton — The base class of the data select buttons.

Synopsis

                    GimpSelectButton;
void                gimp_select_button_close_popup      (GimpSelectButton *button);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GimpSelectButton
                                       +----GimpBrushSelectButton
                                       +----GimpFontSelectButton
                                       +----GimpGradientSelectButton
                                       +----GimpPaletteSelectButton
                                       +----GimpPatternSelectButton

Implemented Interfaces

GimpSelectButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

The base class of the brush, pattern, gradient, palette and font select buttons.

Details

GimpSelectButton

typedef struct _GimpSelectButton GimpSelectButton;


gimp_select_button_close_popup ()

void                gimp_select_button_close_popup      (GimpSelectButton *button);

Closes the popup window associated with button.

button :

A GimpSelectButton

Since GIMP 2.4