UIpixmap
Synopsis
define a pixmap to put icons and backgrounds into an interface
group UIpixmap {
string+Port filename;
string fileType;Description
UIpixmap defines the type and filename location of a pixmap to include in an interface, usually as either a UIlabel, or as a background pattern to any UIwindow class widget.
Subobjects
String. Port. The name of the file containing the pixmap. This can be an explicit string or a connection to the filename subobject of a UIfileDialog.
Example
File
See Also Related Modules