UIdynamic_toggle
Synopsis
a UI toggle button macro that provides an immediate execution event
UItoggle UIdynamic_toggle{
UImake_dyn_wind UImake_dyn_wind {
in_handle => <-.handle;
};
};Description
Normally, widget events are placed on the Object Manager's execution queue with no special priority. The UIdynamic_toggle adds an immediate execution update method to the UItoggle object so that the Object Manager executes its update method immediately.
Subobjects
Subobject that provides the immediate execution update method. Its in_handle subobject connects to the handle subobject of UItoggle
Example
File
See Also Related Modules