GimpPickButton 3 LIBGIMPWIDGETS Library GimpPickButton Widget to pick a color from screen. Synopsis GimpPickButton; GtkWidget* gimp_pick_button_new (void); Object Hierarchy GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----GimpPickButton Implemented Interfaces GimpPickButton implements AtkImplementorIface and GtkBuildable. Signals "color-picked" : Run First Description GimpPickButton is a specialized button. When clicked, it changes the cursor to a color-picker pipette and allows the user to pick a color from any point on the screen. Details <anchor id="GimpPickButton-struct" role="struct"/>GimpPickButton GimpPickButtontypedef struct _GimpPickButton GimpPickButton; <anchor id="gimp-pick-button-new" role="function"/>gimp_pick_button_new () gimp_pick_button_newGtkWidget* gimp_pick_button_new (void); Creates a new GimpPickButton widget. Returns : A new GimpPickButton widget. Signal Details <anchor id="GimpPickButton-color-picked"/>The "color-picked" signal GimpPickButton::color-pickedvoid user_function (GimpPickButton *gimppickbutton, gpointer arg1, gpointer user_data) : Run First gimppickbutton : the object which received the signal. arg1 : pointer to a GimpRGB structure that holds the picked color user_data : user data set when the signal handler was connected.