gtkWindowSetWmclass          package:RGtk2          R Documentation

_g_t_k_W_i_n_d_o_w_S_e_t_W_m_c_l_a_s_s

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

     Don't use this function. It sets the X Window System "class" and
     "name" hints for a window.  According to the ICCCM, you should
     always set these to the same value for all windows in an
     application, and GTK+ sets them to that value by default, so
     calling this function is sort of pointless. However, you may want
     to call 'gtkWindowSetRole' on each window in your application, for
     the benefit of the session manager. Setting the role allows the
     window manager to restore window positions when loading a saved
     session.

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

     gtkWindowSetWmclass(object, wmclass.name, wmclass.class)

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

'object': ['GtkWindow']  a 'GtkWindow'

'wmclass.name': [character]  window name hint

'wmclass.class': [character]  window class hint

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

     Derived by RGtkGen from GTK+ documentation

