|
Nana C++ Library. Reference for users.
What we need to use nana
|
Shows a checkbox for boolean input. More...
Inherits nana::inputbox::abstract_content.
Classes | |
| struct | implement |
Public Member Functions | |
| boolean (::std::string label, bool initial_value) | |
| ~boolean () | |
| bool | value () const |
Public Member Functions inherited from nana::inputbox::abstract_content | |
| virtual | ~abstract_content ()=default |
| virtual const ::std::string & | label () const =0 |
| virtual window | create (window, unsigned label_px)=0 |
| virtual unsigned | fixed_pixels () const |
Shows a checkbox for boolean input.
| nana::inputbox::boolean::boolean | ( | ::std::string | label, |
| bool | initial_value | ||
| ) |
| nana::inputbox::boolean::~boolean | ( | ) |
| bool nana::inputbox::boolean::value | ( | ) | const |