![]() |
![]() |
define a pixmap to put icons and backgrounds into an interface
group UIpixmap {
string+Port filename;
string fileType;
};
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.
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.
String. Sets the type of pixmap. The supported types are as follows:
UIlabel
UIwindow
![]() |
![]() |