GtkBin                 package:RGtk2                 R Documentation

_G_t_k_B_i_n

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

     A container with just one child

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

     'gtkBinGetChild(object)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkWindow
                                      +----GtkAlignment
                                      +----GtkFrame
                                      +----GtkButton
                                      +----GtkItem
                                      +----GtkComboBox
                                      +----GtkEventBox
                                      +----GtkExpander
                                      +----GtkHandleBox
                                      +----GtkToolItem
                                      +----GtkScrolledWindow
                                      +----GtkViewport 

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

     GtkBin implements AtkImplementorIface and  'GtkBuildable'.

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

     The 'GtkBin' widget is a container with just one child. It is not
     very useful itself, but it is useful for deriving subclasses,
     since it provides common code needed for handling a single child
     widget.

     Many GTK+ widgets are subclasses of 'GtkBin', including
     'GtkWindow', 'GtkButton', 'GtkFrame', 'GtkHandleBox', and
     'GtkScrolledWindow'.

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


     '_G_t_k_B_i_n' The 'GtkBin' struct contains the following fields. (These
          fields should be considered read-only. They should never be
          set by an application.)

            'GtkWidget'   *child;  the child widget.


_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/GtkBin.html>

