choice,ref_textbox-method {stacomiR}R Documentation

Choice method for ReTextBox referential objects

Description

Choice method for ReTextBox referential objects

Usage

## S4 method for signature 'ref_textbox'
choice(object, nomassign = "ref_textbox")

Arguments

object

An object of class ref_textbox-class

nomassign

The name with which the object will be assigned in envir_stacomi

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr

Examples

## Not run: 
object=new("ref_textbox")
object<- charge(object,title="le titre",label="20")
win=gwindow(title="test ref_textbox")
group=ggroup(container=win,horizontal=FALSE)
choice(object) 
dispose(win)

## End(Not run)

[Package stacomiR version 0.5.4.4 Index]