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
Dt/Dt.h(file formats) Dt/Dt.h(file formats)

Dt/Dt.h — miscellaneous desktop definitions

#include &<Dt/Dt.h>

The Dt/Dt.h header contains miscellaneous public constant and function declaration for the XCDE library.

The header defines several constants that can be used to determine the version of the library used to compile an application and the version of the library with which an application is currently linked.

The header defines the following constants that represent the library compile-time version:

An integer specifying the major version number
An integer specifying the minor version number
An integer specifying the patch release level
An integer combining the major, minor and patch release numbers. It is derived from the following formula:

(10000 * DtVERSION + 100 *

DtRevision + DtUPDATE_LEVEL)
A string containing a description of the version and the version number

The header defines the following constants that represent the library run-time version:

extern int DtVersion
extern char *DtVersionString

DtVersion is an integer equivalent to DtVERSION_NUMBER at the time the library was created. DtVersionString is a string equivalent to DtVERSION_STRING at the time the library was created.

The header declares the following as functions:

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)

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

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