choice,ref_textbox-method {stacomiR} | R Documentation |
Choice method for ReTextBox referential objects
## S4 method for signature 'ref_textbox' choice(object, nomassign = "ref_textbox")
object |
An object of class ref_textbox-class |
nomassign |
The name with which the object will be assigned in envir_stacomi |
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## 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)