GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtEditorGetMessageTextFieldID(library call) DtEditorGetMessageTextFieldID(library call)

DtEditorGetMessageTextFieldID — retrieve the widget ID of the message text field in the DtEditor status line

#include &<Dt/Editor.h>
Widget DtEditorGetMessageTextFieldID(
Widget widget);

The DtEditorGetMessageTextFieldID function returns the widget ID of the Motif Text Field located in the status area of a DtEditor widget. By setting the XmNvalue or XmNvalueWcs resource of this widget, an application can display feedback messages for the user. If the application does not use the message field, the message field can be unmanaged by calling XtUnmanageWidget(3) with this widget ID.

The widget argument specifies the DtEditor widget ID.

For a complete definition of the DtEditor widget and its associated resources, see DtEditor(3).

Upon successful completion, the DtEditorGetMessageTextFieldID function returns the ID of the text field widget; otherwise, it returns NULL.

Dt/Editor.h - DtEditor(5), DtEditor(3), XmTextField(3).


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.