Learn R Programming

⚠️There's a newer version (0.14) of this package.Take me there.

traitr (version 0.7)

An interface for creating GUIs modeled in part after traits UI module for python.

Description

An interface for creating GUIs modeled in part after the traits UI module for python. The basic design takes advantage of the model-view-controller design pattern. The interface makes basic dialogs quite easy to produce.

Copy Link

Version

Install

install.packages('traitr')

Monthly Downloads

20

Version

0.7

License

GPL (>= 2)

Maintainer

john verzani

Last Published

March 20th, 2010

Functions in traitr (0.7)

TableEditor

Trait for displaying a table of information...
Controller

Trait for Controller objects...
BooleanEditor

Trait for Editor for TRUE/FALSE selection...
Dialog

A Dialog wraps a top-level window around a collection of items which may be item groups...
Editor

Base Trait for Editor.
aContext

A container to give a different context than the default for a set of items...
formulaItem

A formula Item...
Adapter

Trait for Adapter object...
Item

Base Trait for an Item...
aFrame

Box container with label and visual separator to indicate grouping...
GraphEditor

Trait for embedding graphics (RGtk2 only)...
tableItem

List editor -- list <-> tree, must have special structure to list?
desc

specify a description for documentation...
aPanedGroup

A two panel paned group container.
trueFalseItem

Item for Boolean values...
BaseTrait

Base Trait to place common properties and methods...
graphicDeviceItem

A graphic device item.
param

specify a method paramter...
integerItem

Item for integers...
ItemGroup

Base Trait to group items together to form a model.
Model

Trait for a model object.
View

Trait for View objects.
ButtonEditor

Trait for button editor...
anItemGroup

Constructor for ItemGroup instances...
ItemListEditor

trait for editor for itemList...
merge.list

merge two lists, possibly overwriting...
numericItem

Item for numbers...
buttonItem

Button item to initiate an action...
variableSelectorItem

Item to select a variable (or variables) from a selected data frame...
aDialog

Create a Dialog instance...
SeparatorEditor

Trait for making a visual separator...
separatorItem

Visual separator item...
RangeEditor

Trait for making a range editor (slider, spinbox)...
stringItem

A string item...
Container

Base Trait for Container objects.
EntryEditor

A Base Trait for an editor using the entry widget...
ul

write
    ...
aGroup

A box container.
aController

Constructor for a Controller proto objects...
rangeItem

A range selection item...
FileBrowseEditor

Trait for making File browser editor...
imageItem

Display an image specified by its filename.
anExpandGroup

Expanding group.
ImageEditor

Trait for embedding an image file...
aView

Constructor for a View proto object...
labelItem

Simple label item...
traitR-package

An interface for GUI creation using gWidgets...
LabelEditor

Trait for a label...
ObjectWithValuesEditor

Base trait for editor where there are underlying values to choose from...
aNotebookPage

A page in a notebook...
fileItem

A file selection item...
get_with_default

Function to return value or an object (or default if value is null, NA or "")...
dateItem

A calendar date selection item...
dataframeItem

Item to select a data frame from the available data frames in...
aModel

Constructor for a Model proto objects...
choiceItem

Item for choosing one of several values...
aTableLayout

A container for tabular layout...
itemList

An itemList is used to store a list of similar items or itemgroups with a means to edit individually...
returns

Document return value...
aNotebook

A notebook container.
dfEditItem

data frame editor item.
aContainer

A container to give a different context than the default for a set of items...
wrap_in_tag

write values in paired tags with optional class...
DateEditor

Trait for data selection editor...
expressionItem

Item for typing in R expressions.