a slider bar widget for specifying numeric values
UIvaluator UIslider {
width = 200;
#ifdef MSDOS
height = 32;
#else
height = (UIdata.UIfonts[0].lineHeight * 25)/10;
#endif
string title => name_of(<-,1);
Boolean horizontal;
enum processingDirection= {right, left, down, up};
double increment;
Boolean showValue=1;
omethod+notify_inst+notify update<NEvisible=0,interruptable=0,lang="cxx"> = "UIsliderUpdate";
};
UIslider provides a horizontal or vertical slider bar for entering numeric values.
&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.IsoApp
examples/iso_app.v
Examples.Visualization.Surf_plot
examples/surf_plt.v
Main.Filters.downsize (and many others)
v/modules.v
AVS5_Modules.Mappers.ACU_3D_bar_chart (and many others)
v/ACmods.v