gtkWindowSetTitle           package:RGtk2           R Documentation

_g_t_k_W_i_n_d_o_w_S_e_t_T_i_t_l_e

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

     Sets the title of the 'GtkWindow'. The title of a window will be
     displayed in its title bar; on the X Window System, the title bar
     is rendered by the window manager, so exactly how the title
     appears to users may vary according to a user's exact
     configuration. The title should help a user distinguish this
     window from other windows they may have open. A good title might
     include the application name and current document filename, for
     example.

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

     gtkWindowSetTitle(object, title)

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

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

 'title': [character]  title of the window

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

     Derived by RGtkGen from GTK+ documentation

