nana::tabbar
Defined in header <nana/gui/tabbar.hpp>
template<typename T>class tabbar;

A tabbar widget is analogous to dividers in a notebook or the labels in a file cabinet.



Public base classes
widget_object<category::widget_tag> : public widget

Events
general events

Member types

Member functions
Element access
Operations

Notes

The member type kits identifies buttons which are shown in toolbox area. These buttons are scrolling button, list button and close button. Only scrolling button is enabled by default. To enable other buttons, call tabbar::toolbox() method.
nana::tabbar's toolbox'