aNotebookPage: A page in a notebook

Description Usage Arguments Value

Description

Container to hold a page within a notebook container

Usage

1
2
aNotebookPage(..., label, context = NULL, attr = list(), enabled_when,
  visible_when)

Arguments

label

Tab label for notebook page

context

ItemGroup or item to get context from. Typically just NULL.

attr

gWidget values passed to constructor

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.


traitr documentation built on May 2, 2019, 3:32 p.m.