CreTerm.sgm 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!-- $XConsortium: CreTerm.sgm /main/7 1996/10/08 19:58:01 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.MAN12.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN12.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtCreateTerm</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtCreateTerm</Function></RefName>
  17. <RefPurpose>create a DtTerm 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/Term.h>
  30. </FuncSynopsisInfo>
  31. <FuncDef>Widget <Function>DtCreateTerm</Function></FuncDef>
  32. <ParamDef>Widget <Parameter>parent</Parameter></ParamDef>
  33. <ParamDef>String <Parameter>name</Parameter></ParamDef>
  34. <ParamDef>ArgList <Parameter>arglist</Parameter></ParamDef>
  35. <ParamDef>Cardinal <Parameter>argcount</Parameter></ParamDef>
  36. </FuncSynopsis>
  37. </RefSynopsisDiv>
  38. <RefSect1>
  39. <Title>DESCRIPTION</Title>
  40. <Para>The
  41. <Function>DtCreateTerm</Function> function creates a terminal emulator widget hierarchy.
  42. </Para>
  43. <Para>The
  44. <Symbol Role="Variable">parent</Symbol> argument specifies the parent widget ID.
  45. </Para>
  46. <Para>The
  47. <Symbol Role="Variable">name</Symbol> argument specifies the name of the created widget.
  48. </Para>
  49. <Para>The
  50. <Symbol Role="Variable">arglist</Symbol> argument specifies the argument list.
  51. </Para>
  52. <Para>The
  53. <Symbol Role="Variable">argcount</Symbol> argument specifies the number of attribute and value
  54. pairs in the argument list
  55. (<Symbol Role="Variable">arglist</Symbol>).
  56. <![ %CDE.C.CDE; [</Para>
  57. <Para>The DtTerm widget provides the core set of functionality needed to
  58. emulate an <Literal>ANSI X3.64-1979</Literal>- and <Literal>ISO 6429:1992(E)</Literal>-style terminal,
  59. such as the DEC VT220.
  60. This functionality includes text rendering, scrolling, margin and tab support,
  61. escape sequence parsing and the low-level OS-specific interface required to
  62. allocate and configure a
  63. <Literal>pty</Literal> or STREAMS pseudo-terminal device and write the system's
  64. <Literal>utmp</Literal> device.
  65. ]]></Para>
  66. </RefSect1>
  67. <RefSect1>
  68. <Title>RETURN VALUE</Title>
  69. <Para>Upon successful completion, the
  70. <Function>DtCreateTerm</Function> function returns the DtTerm widget ID.
  71. </Para>
  72. </RefSect1>
  73. <RefSect1>
  74. <Title>SEE ALSO</Title>
  75. <Para>&cdeman.dtterm;, <![ %CDE.C.CDE; [&cdeman.dttermesc;, <Filename MoreInfo="RefEntry">pty</Filename>(7), ]]><![ %CDE.C.XO; [<XRef Linkend="XCSA.M5DTT.anch.1" Role="2">; ]]>&cdeman.Dt.Term.h;, &cdeman.DtTerm;, &cdeman.DtTermInitialize;, &cdeman.DtTermDisplaySend;, &cdeman.DtTermSubprocSend;, &cdeman.DtTermSubprocReap;.</Para>
  76. </RefSect1>
  77. </RefEntry>
  78. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->