<<<<<<<<<<<<<<<<<

ui_workspace(ui) HP Widgets ui_workspace(ui)

NAME

ui_workspace - an empty window to display graphics

SUPERCLASS

ui

DESCRIPTION

The ui_workspace object provides an interface to the HP XwworkSpaceWidgetClass. It is an empty window. These are often used to display graphics. (You can draw into a workspace by using the X classes.)

INSTANCE VARIABLES

none

MESSAGES

create! creates the widget.

EXAMPLE

/* create ui and workspace window */

ui create!;

ui_workspace new: my_workspace parent= ui create! @ "width" : 200 @ "height" : 200 ;

/* display it! */

ui on! start!;

SEE ALSO

ui, xdrawable, xwindow, xgc, ximage


Please send comments and suggestions to
consult@rpi.edu