 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DtInitialize(3)
CDE
NAME
DtInitialize, DtAppInitialize - initialize the Desktop Services library
SYNOPSIS
#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)
DESCRIPTION
These functions perform the one-time initialization in the Desktop Services
library. Applications must call either DtInitialize or DtInitialize 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.
RETURN VALUES
Upon successful completion, DtAppInitialize and DtInitialize return True if
the library has been correctly initialized; otherwise, they return False.
SEE ALSO
Dt(5); XtAppInitialize(3Xt), XtToolkitInitialize(3Xt),
XtCreateApplicationContext(3Xt)
 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|