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

ui_bulletin(ui) HP Widgets ui_bulletin(ui)

NAME

ui_bulletin

SUPERCLASS

ui

DESCRIPTION

The ui_panel object provides an interface to the HP XwbulletinWidgetClass. Children are placed inside it using (x,y) coordinates.

INSTANCE VARIABLES

none

MESSAGES

create! creates the widget.

EXAMPLE

/* create ui */

ui create!;

/* create bulletin board and its children */

ui_bulletin new: bulletin parent= ui create!;

ui_button new: child1 parent= bulletin label = "child1 - button" create! @ x : 10 @ y : 10;

ui_title new: child2 parent= bulletin title= "child2 - title" create! @ x : 40 @ y : 40;

/* display it! */

ui on! start!;

SEE ALSO

ui, ui_row_column, ui_popup, ui_control_panel


Please send comments and suggestions to
consult@rpi.edu