gdkWindowStick             package:RGtk2             R Documentation

_g_d_k_W_i_n_d_o_w_S_t_i_c_k

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

     "Pins" a window such that it's on all workspaces and does not
     scroll with viewports, for window managers that have scrollable
     viewports. (When using 'GtkWindow', 'gtkWindowStick' may be more
     useful.)

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

     gdkWindowStick(object)

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

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

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

     On the X11 platform, this function depends on window manager
     support, so may have no effect with many window managers. However,
     GDK will do the best it can to convince the window manager to
     stick the window. For window managers that don't support this
     operation, there's nothing you can do to force it to happen.

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

     Derived by RGtkGen from GTK+ documentation

