-
Notifications
You must be signed in to change notification settings - Fork 5
Check_Browser
Philipp Janda edited this page Oct 10, 2015
·
11 revisions
fl.Check_Browser( i, i, i, i, ns ) ==> u
-
fl.Check_Browser( t ) ==> u
(table constructor syntax) obj:add( ns, b )
obj:check_all()
obj:check_none()
obj:checked( i ) ==> b
obj:checked( i, b )
obj:clear()
obj:remove( i ) ==> i
obj:set_checked( i )
obj:text( i ) ==> ns
- methods defined for the
Browser_
userdata type - methods defined for the
Widget
userdata type obj.value [get: i; set: -]
obj.nitems [get: i; set: -]
obj.nchecked [get: i; set: -]
- properties defined for the
Browser_
userdata type - properties defined for the
Widget
userdata type
(note: Check_Browser
does not inherit the methods and properties of
Group
, although Fl_Check_Browser
is implemented as a sub-class of
Fl_Group
!)