OpenWindow {TGUICore}R Documentation

OpenWindow

Description

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

Usage

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

Arguments

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.

Details

internal function only

Author(s)

Alexander Kowarik, Bernhard Meindl


[Package TGUICore version 0.9.3 Index]