Next: xmtopshadowcolor, Previous: xmtoplevel_board, Up: Internal Routines [Contents][Index]
xmtoplevel_form(width, height, title [,
h_space, v_space, h_margin, v_margin])
[motif package]
Creates but does not pop up a top-level form widget, with
the minimum indicated width
and height
in
pixels, and the indicated title
, and (optionally)
horizontal and vertical spacings h_space
and
v_space
, and horizontal and vertical margins
h_margin
and v_margin
.
The return value is the new widget’s id.
Similar to xmdialog_form
, except that xmtoplevel_form
produces a top-level widget. Use xmpopup
and xmpopdown
to
display/undisplay this widget.