X11workbench Toolkit  1.0
__WB_DIALOG_PROP__ Struct Reference

Dialog property storage structure. More...

#include <dialog_controls.h>

Data Fields

Atom aProp
 Atom identifying the property.
 
unsigned long lVal
 'long' data value, assigned as needed
 
void * pVal
 pointer to data, as needed (may be allocated, some property types auto-free the data)
 

Detailed Description

Dialog property storage structure.

Internally dialog properties are stored using this structure. An array of these are stored as a WBDialogPropList for each dialog control that has properties. Certain properties, however, are mapped to structure members within the WBDialogControl structure.

typedef struct __WB_DIALOG_PROP__
{
Atom aProp; // Atom identifying the property
unsigned long lVal; // 'long' data value, assigned as needed
void *pVal; // pointer to data, as needed (may be allocated, some property types auto-free the data)

Dialog property storage structure. Additional details can be found in the documentation for WB_DIALOG_PROP and WBDialogPropList.

See also
WB_DIALOG_PROP and WBDialogPropList

Definition at line 138 of file dialog_controls.h.


The documentation for this struct was generated from the following file: