diff options
-rw-r--r-- | plugingui/tabwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/tabwidget.h b/plugingui/tabwidget.h index 4a9cba2..5a67743 100644 --- a/plugingui/tabwidget.h +++ b/plugingui/tabwidget.h @@ -39,6 +39,9 @@ class TabWidget public: TabWidget(Widget *parent); + //! Add new tab to the tab widget. + //! \param title The title to display on the tab button. + //! \param widget The widget to show in the tab. void addTab(const std::string& title, Widget* widget); private: |