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

motif_separator_gadget(motif) Motif motif_separator_gadget(motif)

NAME

motif_separator_gadget - a separator for items in a display

DESCRIPTION

A SeparatorGadget uses several different drawing styles to separte items in a display.

SUPERCLASS

motif_gadget

INSTANCE VARIABLES

No new instance variables are defined.

MESSAGES

EXAMPLE

/* Illustrate separator gadgets */ /* In scripts/motif/separatorgadget.scr */

<motifinit <colors

motif application= "Separator Gadget Example";

motif_row_column new: control parent=motif create! ; motif_push_button new: button1 parent=control @ "labelString" : "Translate" create! ; motif_separator_gadget new: line1 parent=control create! ; motif_push_button new: button2 parent=control @ "labelString" : "Rotate" create! ; motif on! start!;

SEE ALSO

motif, motif_gadget, motif_separator


Please send comments and suggestions to
consult@rpi.edu