Boost.UI
User Interface Boost library
|
Go to the documentation of this file.
8 #ifndef BOOST_UI_NOTEBOOK_HPP
9 #define BOOST_UI_NOTEBOOK_HPP
13 #ifdef BOOST_HAS_PRAGMA_ONCE
44 void current_page(size_type index);
47 size_type current_page_index()
const;
54 detail_impl* get_impl();
55 const detail_impl* get_impl()
const;
61 #endif // BOOST_UI_NOTEBOOK_HPP
Widget that displays static text.
Definition: label.hpp:26
Helper class to convert string between UI and application logic only.
Definition: string.hpp:49
Boost C++ libraries namespace.
Definition: window.hpp:19
Widget that is an array of tabbed widgets.
Definition: notebook.hpp:26
index_type size_type
Unsigned integral type.
Definition: notebook.hpp:30
notebook(widget &parent)
Creates notebook widget.
Definition: notebook.hpp:35