Ewl_Attach_List Struct Reference
[Ewl_Widget: The Parent Widget Class Common to All Widgets]
#include <ewl_widget.h>
Detailed Description
A list of things attached to a widget.Data Fields | |
| unsigned int | direct:1 |
| unsigned int | len:31 |
| void ** | list |
Field Documentation
| unsigned int Ewl_Attach_List::direct |
Is this a direct pointer to an attached item
Referenced by ewl_attach_list_del().
| unsigned int Ewl_Attach_List::len |
Number of things in the attachment list
Referenced by ewl_attach_list_del().
| void** Ewl_Attach_List::list |
The attachment list
Referenced by ewl_attach_list_del().
The documentation for this struct was generated from the following file:
- lib/ewl_widget.h