GtkColorSelectionDialog        package:RGtk2        R Documentation

_G_t_k_C_o_l_o_r_S_e_l_e_c_t_i_o_n_D_i_a_l_o_g

_D_e_s_c_r_i_p_t_i_o_n:

     A standard dialog box for selecting a color

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkColorSelectionDialogNew(title = NULL, show = TRUE)'
      'gtkColorSelectionDialog(title = NULL, show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GtkObject
              +----GtkWidget
                    +----GtkContainer
                          +----GtkBin
                                +----GtkWindow
                                      +----GtkDialog

     +----GtkColorSelectionDialog 

_I_n_t_e_r_f_a_c_e_s:

     GtkColorSelectionDialog implements AtkImplementorIface.

_D_e_t_a_i_l_e_d _D_e_s_c_r_i_p_t_i_o_n:

     The 'GtkColorSelectionDialog' provides a standard dialog which
     allows the user to select a color much like the 'GtkFileSelection'
     provides a standard dialog for file selection.

_S_t_r_u_c_t_u_r_e_s:

     '_G_t_k_C_o_l_o_r_S_e_l_e_c_t_i_o_n_D_i_a_l_o_g' The 'GtkColorSelectionDialog' struct
          contains the following fields. (These fields should be
          considered read-only. They should never be set by an
          application.)

            'GtkWidget'   *colorsel;       The   'GtkColorSelection'   widget contained within the dialog.  Use this widget and its   'gtkColorSelectionGetCurrentColor'   function to gain access to the selected color.  Connect a handler  for this widget's color_changed signal to be notified when the color changes.
            'GtkWidget'   *ok_button;      The OK button widget contained within the dialog.   Connect a handler for the clicked event.
            'GtkWidget'   *cancel_button;  The cancel button widget contained within the dialog.   Connect a handler for the clicked event.
            'GtkWidget'   *help_button;    The help button widget contained within the dialog.   Connect a handler for the clicked event.

_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkColorSelectionDialog' is the equivalent of
     'gtkColorSelectionDialogNew'.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/GtkColorSelectionDialog
     .html>

