EdGetMes.sgm 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!-- $XConsortium: EdGetMes.sgm /main/4 1996/08/30 12:59:52 rws $ -->
  2. <!-- (c) Copyright 1995 Digital Equipment Corporation. -->
  3. <!-- (c) Copyright 1995 Hewlett-Packard Company. -->
  4. <!-- (c) Copyright 1995 International Business Machines Corp. -->
  5. <!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
  6. <!-- (c) Copyright 1995 Novell, Inc. -->
  7. <!-- (c) Copyright 1995 FUJITSU LIMITED. -->
  8. <!-- (c) Copyright 1995 Hitachi. -->
  9. <RefEntry Id="CDEMX.MAN50.rsml.1">
  10. <RefMeta>
  11. <RefEntryTitle>DtEditorGetMessageTextFieldID</RefEntryTitle>
  12. <ManVolNum>library call</ManVolNum>
  13. </RefMeta>
  14. <RefNameDiv>
  15. <RefName><Function>DtEditorGetMessageTextFieldID</Function></RefName>
  16. <RefPurpose>retrieve the widget ID of the message text field in the DtEditor status line
  17. <IndexTerm>
  18. <Primary>DtEditorGetMessageTextFieldID</Primary>
  19. </IndexTerm><IndexTerm>
  20. <Primary>DtEditor functions</Primary>
  21. <Secondary>DtEditorGetMessageTextFieldID</Secondary>
  22. </IndexTerm></RefPurpose>
  23. </RefNameDiv>
  24. <!-- CDE Common Source Format, Version 1.0.0-->
  25. <!-- *************************************************************************-->
  26. <!-- ** (c) Copyright 1993, 1994 Hewlett-Packard Company-->
  27. <!-- ** (c) Copyright 1993, 1994 International Business Machines Corp.-->
  28. <!-- ** (c) Copyright 1993, 1994 Sun Microsystems, Inc.-->
  29. <!-- ** (c) Copyright 1993, 1994 Novell, Inc.-->
  30. <!-- *************************************************************************-->
  31. <RefSynopsisDiv>
  32. <FuncSynopsis Remap="ANSI">
  33. <FuncSynopsisInfo>#include &lt;Dt/Editor.h>
  34. </FuncSynopsisInfo>
  35. <FuncDef>Widget <Function>DtEditorGetMessageTextFieldID</Function></FuncDef>
  36. <ParamDef>Widget <Parameter>widget</Parameter></ParamDef>
  37. </FuncSynopsis>
  38. </RefSynopsisDiv>
  39. <RefSect1>
  40. <Title>DESCRIPTION</Title>
  41. <Para>The
  42. <Function>DtEditorGetMessageTextFieldID</Function> function returns the widget ID of the Motif Text Field located in the
  43. status area of a DtEditor widget.
  44. By setting the
  45. <SystemItem Class="Resource">XmNvalue</SystemItem> or
  46. <SystemItem Class="Resource">XmNvalueWcs</SystemItem> resource of this widget, an application can
  47. display feedback messages for the user.
  48. If the application does not use the message field,
  49. the message field can be unmanaged by calling
  50. <Function>XtUnmanageWidget</Function>(3) with this widget ID.
  51. </Para>
  52. <Para>The
  53. <Symbol Role="Variable">widget</Symbol> argument specifies the DtEditor widget ID.
  54. </Para>
  55. <Para>For a complete definition of the DtEditor widget and its associated resources, see
  56. &cdeman.DtEditor;.</Para>
  57. </RefSect1>
  58. <RefSect1>
  59. <Title>RETURN VALUE</Title>
  60. <Para>Upon successful completion, the
  61. <Function>DtEditorGetMessageTextFieldID</Function> function returns the ID of the text field widget; otherwise, it returns
  62. <SystemItem Class="Constant">NULL</SystemItem>.</Para>
  63. </RefSect1>
  64. <RefSect1>
  65. <Title>SEE ALSO</Title>
  66. <Para>&cdeman.Dt.Editor.h;, &cdeman.DtEditor;, &cdeman.XmTextField;.</Para>
  67. </RefSect1>
  68. </RefEntry>
  69. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 01:31:55-->