display text or a pixmap in another object with base class UIwindow
UIprimitive UIlabel {
width = 100;
height=> UIdata.UIfonts[0].lineHeight + 0;
string+IPort2 label=> name_of(<-,1);
UIpixmap labelPixmap;
string font
enum alignment= {left, center, right};
string accelerator;
string acceleratorText;
omethod+notify_inst+notify update<NEvisible=0,lang="cxx",interruptable=0>
="UIlabelUpdate";
};
UIlabel displays read only text or a pixmap inside another object with a base class of UIwindow (UIpanel, etc.).
UIlabels cannot have subwindows.
To make the UIlabel a pixmap instead of a string label:
Set the value of pixmap.fileType in the inherited UIpixmap subobjects to one of the following:
UIlabel.pixmap.fileType = "avs_image"
This is an AVS.x image file format. Any other value for pixmap.fileType means an X bitmap.
UIlabel.pixmap.fileType = "x_bitmap"
Set the value of pixmap.filename to a valid X bitmap file. For example:
UIlabel.pixmap.filename= "/usr/include/X11/bitmaps/xlogo64"
Alternately, connect UIlabel.pixmap.filename to a the filename subobject of a UIfileDialog to select a bitmap.
height= UIdata.UIfonts[0].lineHeight + 0;
canHaveChildren <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>
Attributes inherited from UIconnection class.
events <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>;
canHaveChildren <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>
layout <No longer used. Not visible in Network Editor>
AVS5_Modules.Mappers.ACU_arbitrary_slicer
v/ACUmods.v
Examples.Applications.IsoApp
examples/iso_app.v
Examples.Applications.UIApp
examples/ui_samp.v