OpenWindow             package:TGUICore             R Documentation

_O_p_e_n_W_i_n_d_o_w

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

     Macros that draw either complete Windows or complete Frames
     depending on input-Parameters.

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

     OpenWindow(window=tt, frame=MainFrame, fullscreen=TRUE, title="", image=NULL, image_position="top")

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

  window: the tk-toplevel() used.

   frame: the name of the frame that is created.

fullscreen: should the window be returned fullscreen, default=TRUE.

   title: the title of the window that is returned.

   image: should an image be drawn in the window? default=NULL.

image_position: the position of the image, if an image path was
          specified. Default position is to draw the image on top of
          the window.

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

     internal function only

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

     Alexander Kowarik, Bernhard Meindl

