GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtHelpSetCatalogName(library call) DtHelpSetCatalogName(library call)

DtHelpSetCatalogName — assign the name of the message catalog to use for help services

#include &<Dt/Help.h>
void DtHelpSetCatalogName(
char *catFile);

The DtHelpSetCatalogName function provides an interface for applications to set the name of the message catalog file that the help services library uses at runtime. This message catalog contains all strings, messages and button labels used in the help widgets that can be localized.

The catFile argument specifies the name of the message catalog file that the help services library accesses at runtime. See catopen3C for more information on the message catalog naming and location semantics for various environments.

The DtHelpSetCatalogName function returns no value.

The DtHelpSetCatalogName function is only required if applications deliver localized online help information into a non-localized XCDE desktop environment. In this case, applications must use this function and give the help message catalog file a unique name in order to avoid collision with other clients using and localizing their online-help user interface. In order for this call to properly affect the help services library, this call must be made prior to creation of any help widgets.

Dt/Help.h - DtHelp(5), DtCreateHelpQuickDialog(3), DtCreateHelpDialog(3); catopen3C.


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.