Nana - a C++ framework project The Programmer's Guide |
||||||||||
nana::gui::panel<bool HasBackground> Description A panel widget is used for placing some widgets. This widget is a class template with a bool template parameter, to determinte the widget and lite_widget by using the bool template parameter. Model of Widget Window Public base classes class widget_object<widget_tag, DrawerTrigger>: public widget or class widget_object<lite_widget_tag, DrawerTrigger>: public widget Members
File nana/gui/widgets/panel.hpp Notes 1. The panel is no difference between widget_tag and lite_widget_tag in use. See also None. Move to The Nana Programmer's Guide Main Page |
||||||||||