aFrame: Box container with label and visual separator to indicate grouping...
Description
Box container with label and visual separator to indicate groupingUsage
aFrame(..., label="frame label", horizontal=FALSE, spacing=10, context,
enabled_when, visible_when)
Arguments
horizontal
If TRUE
left to right, if FALSE
top to bottom
spacing
Space in pixels between items
context
ItemGroup or item to get context from
enabled_when
Method to determine when items in container should be enabled
visible_when
Method to determine when items in container should be visible
...
children items specified by character strings
Value
- Returns a
proto
object. Call obj$show_help()
to view its methods and properties.