Learn R Programming

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

traitr (version 0.3)

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

Description

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

Copy Link

Version

Install

install.packages('traitr')

Monthly Downloads

32

Version

0.3

License

GPL (>= 2)

Maintainer

john verzani

Last Published

January 22nd, 2010

Functions in traitr (0.3)

aDialog

Create a Dialog instance...
Controller

Trait for Controller objects...
aModel

Constructor for a Model proto objects...
aGroup

A box container.
TableEditor

Trait for displaying a table of information...
variableSelectorItem

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

Trait for making File browser editor...
ButtonEditor

Trait for button editor...
BooleanEditor

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

Item for numbers...
aNotebookPage

A page in a notebook...
choiceItem

Item for choosing one of several values...
ObjectWithValuesEditor

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

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

Item for typing in R expressions.
aContext

A container to give a different context that the default for a set of items...
tableItem

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

Trait for data selection editor...
Model

Trait for a model object.
ItemGroup

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

Trait for a label...
dfEditItem

data frame editor item.
Adapter

Trait for Adapter object...
ImageEditor

Trait for embedding an image file...
anItemGroup

Constructor for ItemGroup instances...
fileItem

A file selection item...
dateItem

A calendar date selection item...
desc

specify a description for documentation...
BaseTrait

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

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

Item for Boolean values...
EntryEditor

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

Simple label item...
buttonItem

Button item to initiate an action...
get_with_default

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

A container to give a different context that the default for a set of items...
traitR-package

An interface for GUI creation using gWidgets...
wrap_in_tag

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

A range selection item...
formulaItem

A formula Item...
aFrame

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

Trait for View objects.
separatorItem

Visual separator item...
SeparatorEditor

Trait for making a visual separator...
stringItem

A string item...
aController

Constructor for a Controller proto objects...
ul

write
    ...
dataframeItem

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

merge two lists, possibly overwriting...
aPanedGroup

A two panel paned group container.
Editor

Base Trait for Editor.
aView

Constructor for a View proto object...
returns

Document return value...
RangeEditor

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

Display an image specified by its filename.
aNotebook

A notebook container.
graphicDeviceItem

A graphic device item.
integerItem

Item for integers...
Item

Base Trait for an Item...
param

specify a method paramter...
Container

Base Trait for Container objects.
anExpandGroup

Expanding group.
aTableLayout

A container for tabular layout...