UItoggle
Synopsis
UIoption triggered by press/release of mouse button or Enter key
UIbutton UItoggle {
width = 100;
height =>UIdata.UIfonts[0].lineHeight;
Boolean+opt+OPort2 &set=0;
omethod+notify_inst+notify update<NEvisible=0,interruptable=0,lang="cxx"> = "UItoggleUpdate";
};Description
UItoggle is a type of UIbutton that is triggered by pressing and releasing a mouse button when the pointer is over it, or by pressing and releasing the Enter key when the window has focus.
Subobjects
height=> <=UIdata.UIfonts[0].lineHeight;
canHaveChildren <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>
events <Not visible in Network Editor>;
handle <Internal Object. Not visible in Network Editor>;
fontlist <No longer used. Not visible in Network Editor>;
cxxhandle <Internal Object. Not visible in Network Editor>;
motif_resources <No longer used. Not visible in Network Editor>;
window_resources <No longer used. Not visible in Network Editor>;
layout <No longer used. Not visible in Network Editor>
Attributes inherited from UIcore class.
Example
Examples.Applications.UIApp
examples/ui_samp.v
Main.Filters.threshold (and many others)
v/modules.v
AVS5_Modules.Mappers.ACU_brick (and many others)
v/ACUmods.vFile
See Also Related Modules