gtkToolItemSetVisibleVertical     package:RGtk2     R Documentation

_g_t_k_T_o_o_l_I_t_e_m_S_e_t_V_i_s_i_b_l_e_V_e_r_t_i_c_a_l

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

     Sets whether 'tool.item' is visible when the toolbar is docked
     vertically. Some tool items, such as text entries, are too wide to
     be useful on a vertically docked toolbar. If 'visible.vertical' is
     'FALSE' 'tool.item' will not appear on toolbars that are docked
     vertically.

_U_s_a_g_e:

     gtkToolItemSetVisibleVertical(object, visible.vertical)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkToolItem']  a 'GtkToolItem' 

'visible.vertical': [logical]  whether 'tool.item' is visible when the
          toolbar is in vertical mode

_D_e_t_a_i_l_s:

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

