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


15.5.749 xmmessage

xmmessage, string [, font, color, ix, iy]

[motif package] Creates a message widget. The first three arguments are strings, and the last two are scalars. The widget has Alert! as its title and contains the string and a button labeled ok. The contents are displayed in the indicated font and color. The widget is displayed at the position indicated by scalars ix and iy, measured in pixels relative to the upper right-hand corner of the root window. When the user click on the ok button, then the widget disappears.

The widget only shows up when xtloop is running.

See also: xtloop, xmprompt