gtkWidgetShow             package:RGtk2             R Documentation

_g_t_k_W_i_d_g_e_t_S_h_o_w

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

     Flags a widget to be displayed. Any widget that isn't shown will
     not appear on the screen. If you want to show all the widgets in a
     container, it's easier to call 'gtkWidgetShowAll' on the
     container, instead of individually showing the widgets.

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

     gtkWidgetShow(object)

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

'object': ['GtkWidget']  a 'GtkWidget'

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

     Remember that you have to show the containers containing a widget,
     in addition to the widget itself, before it will appear onscreen.

     When a toplevel container is shown, it is immediately realized and
     mapped; other shown widgets are realized and mapped when their
     toplevel container is realized and mapped.

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

     Derived by RGtkGen from GTK+ documentation

