Query: dtinitialize
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtInitialize(library call) DtInitialize(library call)NAMEDtInitialize, DtAppInitialize -- initialize the Desktop Services librarySYNOPSIS#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);DESCRIPTIONThese functions perform the one-time initialization in the Desktop Services library. Applications must call either DtInitialize or DtAp- pInitialize 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 VALUESUpon successful completion, DtAppInitialize and DtInitialize return True if the library has been correctly initialized; otherwise, they return False.SEE ALSOXtAppInitialize(3), XtToolkitInitialize(3), XtCreateApplicationContext(3). DtInitialize(library call)
Related Man Pages |
---|
xtdestroyapplicationcontext(3xt) - redhat |
xtcreateapplicationcontext(3) - debian |
xtdestroyapplicationcontext(3) - centos |
xtwidgettoapplicationcontext(3) - centos |
dt(5) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
How to extract every repeated string between two specific string? |
SAN Migration question |
Shopt -s histappend |