l_subwin {loon} | R Documentation |
Create a child widget path
Description
This function is similar to .Tk.subwin
except that does
not the environment of the "tkwin" object to keep track of numbering the
subwidgets. Instead it creates a widget path (parent).looni, where i is the
smallest integer for which no widget exists yet.
Usage
l_subwin(parent, name = "w")
Arguments
parent |
parent widget path |
name |
child name |
Value
widget path name as a string
[Package loon version 1.4.1 Index]