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
DtInitialize(library call) DtInitialize(library call)

DtInitialize, DtAppInitialize — initialize the Desktop Services library

#include &<Dt/Dt.h>
Boolean DtInitialize(
Display *display,
Widget widget,
char *name,
char *tool_class,
Boolean DtAppInitialize(
XtAppContext app_context,
Display *display,
Widget widget,
char *name,
char *tool_class);

These functions perform the one-time initialization in the Desktop Services library. Applications must call either DtInitialize or DtAppInitialize before calling any other Desktop Services library routines.

The difference between these two functions is whether app_context is specified. DtInitialize uses the default Intrinsic XtAppContext.

The app_context argument is the application context, display is the X display connection, widget is the application's top-level Widget, name is the application name and tool_class is the application class.

Upon successful completion, DtAppInitialize and DtInitialize return True if the library has been correctly initialized; otherwise, they return False.

XtAppInitialize(3), XtToolkitInitialize(3), XtCreateApplicationContext(3).


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.