gtkTopWindow              package:RGtk2              R Documentation

_C_r_e_a_t_e _a _G_t_k _W_i_n_d_o_w

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

     *DEPRECATED!! (compatibility wrappers for RGtk 1!)* 

     This creates a top-level Gtk window (as opposed to a dialog or
     popup window). This is a convenience function for the more general
     'gtkWindow' function which is just as easy to use, given its
     defaults.

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

     gtkTopWindow(title="My Window", show=TRUE)

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

   title: a string to use in the title bar for the window.

    show: a logical value indicating whether the window should be
          displayed ('TRUE') or left unshown so that other widgets can
          be added to it and then shown.

_V_a_l_u_e:

     An object of class 'GtkWindow' that has the same inheritance as
     the low-level inheritance in Gtk.

_N_o_t_e:

     THIS STUFF IS VERY OLD AND DEPRECATED (compatibility wrappers for
     RGtk 1)

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

     Duncan Temple Lang <duncan@research.bell-labs.com>

_S_e_e _A_l_s_o:

     'gtkWindow' 'gtkWindowNew'

