Learn R Programming

traitr (version 0.3)

aNotebook: A notebook container.

Description

A notebook container.

Usage

aNotebook(..., close_buttons=FALSE, initial_page=1, context,
    enabled_when, visible_when)

Arguments

close_buttons
Logical indicating if close buttons should be added (RGtk2 only)
initial_page
Which page to open on
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.

Details

Pages of notebook are aNotebookPage container, which in turn can hold other items