ultrix man page for dwtdisplayvmsmessage

Query: dwtdisplayvmsmessage

OS: ultrix

Section: 3dwt

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DwtDisplayVmsMessage(3Dwt)												DwtDisplayVmsMessage(3Dwt)

Name
       DwtDisplayVmsMessage - Accepts and displays a VMS message.

Syntax
       Widget DwtDisplayVmsMessage(parent_widget, name,
				    default_position, x, y,
				    style, message_vector,
				    widget_id, convert_proc,
				    ok_callback, help_callback)
	    Widget parent_widget;
	    char *name;
	    int default_position;
	    int x, y;
	    int style;
	    int *message_vector;
	    Widget *widget_id;
	    int (*convert_proc)();
	    DwtCallbackPtr ok_callback;
	    DwtCallbackPtr help_callback;

Arguments
       parent_widget
		 Specifies the parent widget ID.

       name	 Specifies the name of the created widget.

       default_position
		 Specifies  a boolean value that, when True, indicates that DwtNx and DwtNy are to be ignored forcing the widget to be centered in
		 the parent window.

       x	 Specifies the placement, in pixels, of the left side of the widget window relative to the inner upper left corner of  the  parent
		 window.

       y	 Specifies,  in pixels, the placement of the upper left corner of the widget window relative to the inner upper left corner of the
		 parent window.

       style	 Specifies the style of the message box widget.  You can pass DwtModal (modal) or DwtModeless (modeless).

       message_vector
		 Specifies the message argument vector identifying the message identifier and associated information.  This argument is  identical
		 to the VMS $PUTMSG system service.

		 The  first  longword  contains the number of longwords in the message blocks to follow.  The first longword in each message block
		 contains a pointer to the VMS message identifier.  Message identifiers are passed by value.

		 If the message is user-supplied, the next word consists of the $FAO parameter count.  The final n longwords in the message  block
		 are the $FAO parameters.

       widget_id This  argument  contains the widget ID of an already-existing message box widget.  If this argument is nonzero, a new message box
		 is not created.  An XtSetValues will be performed on this widget to change the text of the message to	match  this  new  message.
		 This is an input/output argument.  That is, the function fills in widget_id after you call it.

       convert_proc
		 Specifies  a  pointer to a function that is executed after the message is formatted but before it is displayed.  A pointer to the
		 formatted string is passed to the function as a parameter.  This parameter is a NULL-terminated character string.

       ok_callback
		 Specifies the callback function or functions called when the user clicks on the Acknowledged push button.  For this callback, the
		 reason is DwtCRYes.

       help_callback
		 Specifies the callback function or functions called when a help request is made.

Description
       The  DwtDisplayVmsMessage function accepts standard VMS message vectors (as defined by the $PUTMSG system service), retrieves the messages,
       formats them, and creates a message box in which to display the message.

       This parameter is a NULL-terminated character string.

Return Values
       Upon completion, DwtDisplayVmsMessage returns to the calling program the ID of the created message box widget.

See Also
       Guide to the XUI Toolkit: C Language Binding
       Guide to the XUI Toolkit Intrinsics: C Language Binding

															DwtDisplayVmsMessage(3Dwt)
Related Man Pages
dwtdisplayvmsmessage(3dwt) - ultrix
dwtmessagebox(3dwt) - ultrix
dwtmessageboxcreate(3dwt) - ultrix
dwtpulldownmenuentry(3dwt) - ultrix
dwtworkboxcreate(3dwt) - ultrix
Similar Topics in the Unix Linux Community
How do you detect keystrokes in canonical mode?
Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH)
PHP Write Man Pages to MySQL DB