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

Dt/ComboBox.h — DtComboBox widget definitions

#include &<Dt/ComboBox.h>

The Dt/ComboBox.h header defines the following structure:

typedef struct {

int reason;
XEvent *event;
XmString item_or_text;
int item_position; } DtComboBoxCallbackStruct;

The header declares the following constants:

DtALIGNMENT_BEGINNING
DtALIGNMENT_CENTER
DtALIGNMENT_END
DtCR_SELECT
DtDROP_DOWN_COMBO_BOX
DtDROP_DOWN_LIST

The header declares the following as functions:

void DtComboBoxAddItem(Widget w,

XmString item,
int pos,
Boolean unique);

void DtComboBoxDeletePos(Widget w,

int pos);

void DtComboBoxSelectItem(Widget w,

XmString item);

void DtComboBoxSetItem(Widget w,

XmString item);

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.