|
X11workbench Toolkit
1.0
|
Structure identifying one of the controls that appears on a dialog window. More...
#include <dialog_window.h>
Data Fields | |
| unsigned int | ulTag |
| tag word, always assigned to DIALOG_ENTRY_TAG | |
| Window | wID |
| window ID of control | |
| Atom | aClass |
| control class identifier | |
| int | iID |
| control unique identifier (number or atom, as appropriate, unique to dialog window) | |
| int | iFlags |
| visibility, focus, etc. | |
| int | iX |
| horizontal position of upper left corner of control (client-relative) | |
| int | iY |
| vertical position of upper left corner of control (client-relative) | |
| int | iWidth |
| width of control | |
| int | iHeight |
| height of control | |
Structure identifying one of the controls that appears on a dialog window.
Public members of the structure that identifies a dialog control. This structure identifies one of the controls that appears on a dialog window. Each control will uniquely map to one of these structures.
Definition at line 205 of file dialog_window.h.