HelpQDGC.sgm 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <!-- $XConsortium: HelpQDGC.sgm /main/6 1996/09/08 20:04:30 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.MAN47.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN47.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtHelpQuickDialogGetChild</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtHelpQuickDialogGetChild</Function></RefName>
  17. <RefPurpose>get child of DtHelpQuickDialog 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/HelpQuickD.h>
  30. </FuncSynopsisInfo>
  31. <FuncDef>Widget <Function>DtHelpQuickDialogGetChild</Function></FuncDef>
  32. <ParamDef>Widget <Parameter>widget</Parameter></ParamDef>
  33. <ParamDef>int <Parameter>child</Parameter></ParamDef>
  34. </FuncSynopsis>
  35. </RefSynopsisDiv>
  36. <RefSect1>
  37. <Title>DESCRIPTION</Title>
  38. <Para>The
  39. <Function>DtHelpQuickDialogGetChild</Function> function accesses a component within a
  40. DtHelpQuickDialog
  41. widget.
  42. </Para>
  43. <Para>The
  44. <Symbol Role="Variable">widget</Symbol> argument specifies the
  45. DtHelpQuickDialog
  46. widget instance.
  47. </Para>
  48. <Para>The
  49. <Symbol Role="Variable">child</Symbol> argument specifies which
  50. DtHelpQuickDialog
  51. widget child the widget ID is for.
  52. The following are valid values for the
  53. <Symbol Role="Variable">child</Symbol> argument:
  54. </Para>
  55. <InformalExample Remap="indent">
  56. <ProgramListing><SystemItem Class="Constant">DtHELP_QUICK_CLOSE_BUTTON</SystemItem> <SystemItem Class="Constant">DtHELP_QUICK_PRINT_BUTTON</SystemItem> <SystemItem Class="Constant">DtHELP_QUICK_HELP_BUTTON</SystemItem> <SystemItem Class="Constant">DtHELP_QUICK_SEPARATOR</SystemItem> <SystemItem Class="Constant">DtHELP_QUICK_MORE_BUTTON</SystemItem> <SystemItem Class="Constant">DtHELP_QUICK_BACK_BUTTON</SystemItem></ProgramListing>
  57. </InformalExample>
  58. </RefSect1>
  59. <RefSect1>
  60. <Title>RETURN VALUE</Title>
  61. <Para>Upon successful completion, the
  62. <Function>DtHelpQuickDialogGetChild</Function> function returns the widget ID of the requested child of the
  63. DtHelpQuickDialog
  64. widget; otherwise, it returns
  65. <SystemItem Class="Constant">NULL</SystemItem> if either the function call fails, or an invalid value was passed in for
  66. the
  67. <Symbol Role="Variable">child</Symbol> argument.
  68. <![ %CDE.C.CDE; [</Para>
  69. <Para>If an invalid child type is given,
  70. a warning message is generated:
  71. ``Non-valid Quick Help child type.''
  72. ]]></Para>
  73. </RefSect1>
  74. <RefSect1>
  75. <Title>SEE ALSO</Title>
  76. <Para>&cdeman.Dt.HelpQuickD.h;, &cdeman.DtCreateHelpQuickDialog;; <![ %CDE.C.CDE; [&cdeman.XmeWarning;. ]]><![ %CDE.C.XO; [<Emphasis>XmWarning</Emphasis> in the &str-ZM;.
  77. ]]></Para>
  78. </RefSect1>
  79. </RefEntry>
  80. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->