Control (gb.gtk)
This class is the parent class of all controls, except
Menu.
This class is not creatable.
Properties
Methods
Events
All events raised by the Control class are
native events. Beware that they are raised even if the
Enabled property is
FALSE
.
If you need to disable / enable events you should use Object.
Lock / Object.
Unlock.
Beware that some controls or containers implemented in Gambas may not raise all native events as expected, because those native events may have been "eaten" by the control implementation.