AUI Framework
develop
Cross-platform base for C++ UI apps
|
Static Public Member Functions | |
static void | inflate (aui::no_escape< AViewContainer > root, const _< AView > &view) |
Wraps view with root using Stacked layout and expanding. | |
|
static |
Wraps view
with root
using Stacked
layout and expanding.
Used when usage of AViewContainer::setContents is not possible (see AViewContainer::setContents)
root | container to wrap with |
view | view to be wrapped |
root
.