HelpSetC.sgm 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!-- $XConsortium: HelpSetC.sgm /main/5 1996/08/30 13:04:07 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.MAN49.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN49.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtHelpSetCatalogName</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtHelpSetCatalogName</Function></RefName>
  17. <RefPurpose>assign the name of the message catalog to use for help services
  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/Help.h>
  30. </FuncSynopsisInfo>
  31. <FuncDef>void <Function>DtHelpSetCatalogName</Function></FuncDef>
  32. <ParamDef>char *<Parameter>catFile</Parameter></ParamDef>
  33. </FuncSynopsis>
  34. </RefSynopsisDiv>
  35. <RefSect1>
  36. <Title>DESCRIPTION</Title>
  37. <Para>The
  38. <Function>DtHelpSetCatalogName</Function> function provides an interface for applications to set
  39. the name of the message catalog file that the
  40. help services library uses at runtime.
  41. This message catalog contains all
  42. strings, messages and button labels used in the help widgets
  43. that can be localized.
  44. </Para>
  45. <Para>The
  46. <Emphasis>catFile</Emphasis> argument specifies the name of the message catalog file that
  47. the help services library accesses at runtime.
  48. See
  49. <Function>catopen</Function>3C for more information on the message catalog naming and location semantics for
  50. various environments.
  51. </Para>
  52. </RefSect1>
  53. <RefSect1>
  54. <Title>RETURN VALUE</Title>
  55. <Para>The
  56. <Function>DtHelpSetCatalogName</Function> function returns no value.
  57. </Para>
  58. </RefSect1>
  59. <RefSect1>
  60. <Title>APPLICATION USAGE</Title>
  61. <Para>The
  62. <Function>DtHelpSetCatalogName</Function> function is only required if applications deliver localized online help
  63. information into a non-localized &str-XZ; desktop environment.
  64. In this case,
  65. applications must use this function and give the help message
  66. catalog file a unique name in order to avoid collision with other clients
  67. using and localizing their online-help user interface.
  68. In order for this call to properly affect the help services library,
  69. this call must be
  70. made prior to creation of any help widgets.
  71. </Para>
  72. </RefSect1>
  73. <RefSect1>
  74. <Title>SEE ALSO</Title>
  75. <Para>&cdeman.Dt.Help.h;, &cdeman.DtCreateHelpQuickDialog;, &cdeman.DtCreateHelpDialog;; <![ %CDE.C.CDE; [<Function>catopen</Function>3C. ]]><![ %CDE.C.XO; [<Function>catopen</Function> in the &str-ZK;.
  76. ]]></Para>
  77. </RefSect1>
  78. </RefEntry>
  79. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->