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

filename

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.

fileType

String. Sets the type of pixmap. The supported types are as follows:

Set...
To use an...
avs_image
AVS.x image format file.
x_bitmap
X Window System.xbm bitmap file.

Example

Not Available

File

v/UI.v

See Also Related Modules

UIlabel
UIwindow