GtkSeparatorToolItem          package:RGtk2          R Documentation

_G_t_k_S_e_p_a_r_a_t_o_r_T_o_o_l_I_t_e_m

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

     A toolbar item that separates groups of other toolbar items

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

     'gtkSeparatorToolItemNew(show = TRUE)'
      'gtkSeparatorToolItemSetDraw(object, draw)'
      'gtkSeparatorToolItemGetDraw(object)'
      'gtkSeparatorToolItem(show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkToolItem
                                            +----GtkSeparatorToolItem 

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

     GtkSeparatorToolItem implements AtkImplementorIface and 
     'GtkBuildable'.

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

     A 'GtkSeparatorItem' is a 'GtkToolItem' that separates groups of
     other 'GtkToolItems'. Depending on the theme, a
     'GtkSeparatorToolItem' will often look like a vertical line on
     horizontally docked toolbars.

     If the property "expand" is 'TRUE' and the property "draw" is
     'FALSE', a 'GtkSeparatorToolItem' will act as a "spring" that
     forces other items to the ends of the toolbar.

     Use 'gtkSeparatorToolItemNew' to create a new
     'GtkSeparatorToolItem'.

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


     '_G_t_k_S_e_p_a_r_a_t_o_r_T_o_o_l_I_t_e_m' The 'GtkSeparatorToolItem' struct contains
          only private data and should only be accessed through the
          functions described below.


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

     'gtkSeparatorToolItem' is the equivalent of
     'gtkSeparatorToolItemNew'.

_P_r_o_p_e_r_t_i_e_s:


     '_d_r_a_w' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the separator is drawn, or
          just blank.  Default value: TRUE


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

