Nana C++ Library. Reference for users.
What we need to use nana
|
Public Member Functions | |
div_arrange (bool vert, std::string &&name, place_parts::repeated_array &&arr) noexcept | |
void | collocate (window wd) override |
Public Member Functions inherited from nana::place::implement::division | |
division (kind k, std::string &&n) noexcept | |
virtual | ~division () |
std::pair< double, double > | calc_weight_floor () |
void | set_visible (bool vsb) |
void | set_display (bool dsp) |
bool | is_back (const division *div) const noexcept |
bool | is_fixed () const |
bool | is_percent () const |
nana::rectangle | margin_area () const |
division * | previous () const noexcept |
double | _m_extend_with_margin (std::size_t edge, double &extended) |
|
inlinenoexcept |
|
inlineoverridevirtual |
First collocate child div's !!!
The child div have full position. Now we can collocate inside it the child fields and child-div.
Implements nana::place::implement::division.