EdSelect.sgm 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!-- $XConsortium: EdSelect.sgm /main/5 1996/08/30 13:01:54 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. <![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCSA.MAN39.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN39.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtEditorSelectAll</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtEditorSelectAll</Function></RefName>
  17. <RefPurpose>select all text in a DtEditor widget
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <!-- CDE Common Source Format, Version 1.0.0-->
  21. <!-- *************************************************************************-->
  22. <!-- ** (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  23. <!-- ** (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  24. <!-- ** (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  25. <!-- ** (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  26. <!-- *************************************************************************-->
  27. <RefSynopsisDiv>
  28. <FuncSynopsis Remap="ANSI">
  29. <FuncSynopsisInfo>#include &lt;Dt/Editor.h>
  30. </FuncSynopsisInfo>
  31. <FuncDef>Boolean <Function>DtEditorSelectAll</Function></FuncDef>
  32. <ParamDef>Widget <Parameter>widget</Parameter></ParamDef>
  33. </FuncSynopsis>
  34. </RefSynopsisDiv>
  35. <RefSect1>
  36. <Title>DESCRIPTION</Title>
  37. <Para>The
  38. <Function>DtEditorSelectAll</Function> function selects all text in a DtEditor widget.
  39. Any current selection
  40. can be programmatically deselected with
  41. &cdeman.DtEditorDeselect;.</Para>
  42. <Para>The
  43. <Symbol Role="Variable">widget</Symbol> argument specifies the DtEditor widget ID.
  44. <![ %CDE.C.CDE; [</Para>
  45. <Para>For a complete definition of the DtEditor widget
  46. and its associated resources, see
  47. &cdeman.DtEditor;. ]]></Para>
  48. </RefSect1>
  49. <RefSect1>
  50. <Title>RETURN VALUE</Title>
  51. <Para>Upon successful completion, the
  52. <Function>DtEditorSelectAll</Function> function returns
  53. True;
  54. otherwise, if it is unable to gain
  55. ownership of the clipboard selection it returns
  56. False.
  57. </Para>
  58. </RefSect1>
  59. <RefSect1>
  60. <Title>SEE ALSO</Title>
  61. <Para>&cdeman.Dt.Editor.h;, &cdeman.DtEditor;, &cdeman.DtEditorClearSelection;, &cdeman.DtEditorCopyToClipboard;, &cdeman.DtEditorCutToClipboard;, &cdeman.DtEditorDeleteSelection;, &cdeman.DtEditorDeselect;.</Para>
  62. </RefSect1>
  63. </RefEntry>
  64. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->