[ Previous | Next | Contents | Glossary | Home | Search ]
Ultimedia Services Version 2 for AIX: Programmer's Guide and Reference

Programming with the UMSXWindow Object

The UMSXWindow object is an Ultimedia Services Version 2 feature and does not apply to Ultimedia Services Version 1.2.1.

UMSXWindow Methods

UMSXWindow includes the following methods:

set_display_ptr Sets the X display pointer that is being used by the application.
get_display_ptr Returns the value set with set_display_ptr.
set_screen Sets the X display number that is being used by the application.
get_screen Returns the value set with set_screen.
set_window Sets the window ID that is being used by the application.
get_window Returns the value set with set_window.
set_colormap_id Sets the X colormap ID being used by the application.
get_colormap_id Returns the value set with set_colormap_id.
set_colormap_attributes Sets the position and size of the block of colormap cells being used in images.
get_colormap_attributes Returns the values set in set_colormap_attributes.
set_colormap Sets the values of the colormap cells specified by set_colormap_attributes.
get_colormap Returns the values of the colormap cells set by set_colormap.
set_image_format Sets the image format being used by the application.
get_image_format Returns the value set with set_image_format.
put_image Puts an image into the window.
is_remote Indicates if the X display is on the same machine as the application, or on a remote machine.
has_xv Indicates if the X display has the Xv extension available.
get_gc Returns the X GC that is being used by the object.

For introductory information, see Programming with Image Window Objects.


[ Previous | Next | Contents | Glossary | Home | Search ]