dtcombobox(5) hpux man page | unix.com

Man Page: dtcombobox

Operating Environment: hpux

Section: 5

Dt/ComboBox.h(file formats)											       Dt/ComboBox.h(file formats)

NAME
Dt/ComboBox.h -- DtComboBox widget definitions
SYNOPSIS
#include <Dt/ComboBox.h>
DESCRIPTION
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); Dt/ComboBox.h(file formats)
Related Man Pages
xmvacreatemanagedcombobox(3) - centos
dtcomboboxadditem(3) - hpux
gtk2::comboboxentry(3) - suse
gtk2::combobox(3) - suse
html::formfu::element::combobox(3pm) - debian
Similar Topics in the Unix Linux Community
Unix File Permissions
How to list file size on HPUX?
How to extract every repeated string between two specific string?
Thank you members and admins