ExitButton {TGUICore} | R Documentation |
returns an Exit-Button in a frame called name within frame MainFrame.
ExitButton(window=tt, frame=MainFrame, name, text="Close")
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 |
internal function only
Alexander Kowarik, Bernhard Meindl