UIlabel UIbutton {
width = 100;
height = 24;
UIpixmap armedPixmap;
UItoolTip toolTip<export_all=2> {
message => <-.label;
};
int+opt+OPort2 do=0;
omethod+notify_inst+notify update<NEvisible=0,lang="cxx",interruptable=0>=
"UIbuttonUpdate";
};
UIbutton generates an action when pressed.
label;
labelPixmap;
font;
alignment;
accelerator;
acceleratorText
Attributes inherited from UIlabel.
Attribute inherited from the UIprimitive class.
x = 0; y;
width=100;
height= 24;
UIgeom class attributes.
canHaveChildren <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>
Attributes inherited from UIconnection class.
events <Not visible in Network Editor>;
grouptoParent;
* parent;
&cursor
Attributes inherited from the UIwindow class.
&visible;
&active;
pixmap;
color;
fontAttribute;
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.
See UItoolTip . Export_all=2. Sets message to .label.
Integer. OPort2. This value is updated each time the button is triggered. You attach this trigger output port to an input .
Examples.Applications.UIApp
examples/ui_samp.v
v/view.v
UItoggle