OpenWindow {TGUICore} | R Documentation |
Macros that draw either complete Windows or complete Frames depending on input-Parameters.
OpenWindow(window=tt, frame=MainFrame, fullscreen=TRUE, title="", image=NULL, image_position="top")
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. |
internal function only
Alexander Kowarik, Bernhard Meindl