wlmaker
|
#include <popup.h>
Public Attributes | |
wlmtk_container_t | super_container |
wlmtk_container_t | popup_container |
wlmtk_element_t * | element_ptr |
State of a popup.
A popup contains a wlmtk_element_t, and may contain further popups. These further popups will be stacked above the principal element, in order of them being added.
wlmtk_element_t* _wlmtk_popup_t::element_ptr |
The contained element.
wlmtk_container_t _wlmtk_popup_t::popup_container |
And the popup container. Popups can contain child popups.
wlmtk_container_t _wlmtk_popup_t::super_container |
Super class of the panel.