Nana - a C++ framework project The Programmer's Guide |
||||||||||||||||||||||
nana::gui::checkbox Description A checkbox. Model of Widget Window Public base classes class widget_object<widget_tag>: public widget Members
File nana/gui/widgets/checkbox.hpp Notes 1. It is not good efficient that the background mode is transparent. 2. With the radio mode, users make a choice among a set of mutually exclusive, ralated options. Users can choose one and only one option. There is a helper class manages checkboxs for radio mode, see radio_group. See also radio_group. Move to The Nana Programmer's Guide Main Page |
||||||||||||||||||||||