Nana C++ Library  

An open-source C++ framework project
The Programmer's Guide 
nana::gui::radio_group

Description

This is a helper class for managing checkboxs in radio mode.

Model of

None

Public base classes

None

Members

~radio_group() The destruction.
void add(nana::gui::checkbox&) Adds a checkbox as an option of radio choice.
size_t checked() const Retrieves the index of checkbox which is checked.

File

nana/gui/widgets/checkbox.hpp

Notes

None.

See also

checkbox.


Move to The Nana Programmer's Guide Main Page