Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.804 xmtoplevel_form

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.

See also: xtpopup, xtpopdown