ExitButton {TGUICore}R Documentation

ExitButton

Description

returns an Exit-Button in a frame called name within frame MainFrame.

Usage

ExitButton(window=tt, frame=MainFrame, name, text="Close")

Arguments

window the tk-toplevel() in which the ExitButton should be drawn.
frame the frame in wich the ExitButton should be drawn.
name the name of the frame that is created and which includes the ExitButton
text the text of the ExitButton

Details

internal function only

Author(s)

Alexander Kowarik, Bernhard Meindl


[Package TGUICore version 0.9.3 Index]