a dial object for entering numeric input
UIvaluator UIdial {
width = 140;
height = 180;
string title=> name_of(<-,1);
double valuePerRev;
Boolean showValue;
int numTicks;
int style = 1; /* AVS_STYLE */
omethod+notify_inst+notify
update<NEvisible=0,interruptable=0,lang="cxx"> = "UIdialUpdate";
};
UIdials provide a dial-style UIvaluator. A dial is useful in situations where the range of the valuator is unbounded, but the user interface developer wants a control that does not require typing a numeric value.
&includeMin <Not visible in Network Editor>;
&includeMax <Not visible in Network Editor>
events <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>;
canHaveChildren <Not visible in Network Editor> =0
fontlist <No longer used. Not visible in Network Editor>;
cxxhandle <Internal Object. Not visible in Network Editor>;
handle <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>
Examples.Applications.UIApp
examples/ui_samp.v
Examples.Applications.AdderApp
examples/simp_add.v