gdkWindowShow             package:RGtk2             R Documentation

_g_d_k_W_i_n_d_o_w_S_h_o_w

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

     Like 'gdkWindowShowUnraised', but also raises the window to the
     top of the window stack (moves the window to the front of the
     Z-order).

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

     gdkWindowShow(object)

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

'object': ['GdkWindow']  a 'GdkWindow'

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

     This function maps a window so it's visible onscreen. Its opposite
     is 'gdkWindowHide'.

     When implementing a 'GtkWidget', you should call this function on
     the widget's 'GdkWindow' as part of the "map" method.

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

     Derived by RGtkGen from GTK+ documentation

