new CompactButtonSet()
Methods
-
append(btn, asSelected)
-
Append a button to set.
Parameters:
Name Type Description btnKekule.Widget.Button asSelectedBool -
insertBefore(btn, ref)
-
Insert a button before ref button.
Parameters:
Name Type Description btnKekule.Widget.Button refKekule.Widget.Button -
remove(btn, doNotFinalize)
-
Remove btn from set.
Parameters:
Name Type Description btnKekule.Widget.Button doNotFinalizeBool If set to true, the btn will not be finalized.
Events
-
select
-
Invoked when a button in set is selected. event param of it has field: {selected: button}