-
Notifications
You must be signed in to change notification settings - Fork 5
Check_Browser
Philipp Janda edited this page Oct 14, 2015
·
11 revisions
Corresponds to:
Fl_Check_Browser
Inherits from:
Browser_,
Widget
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 ) ==> bobj:checked( i, b )obj:clear()obj:remove( i ) ==> iobj:set_checked( i )obj:text( i ) ==> ns- methods defined for the
Browser_userdata type - methods defined for the
Widgetuserdata 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
Widgetuserdata 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!)