diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-11-27 14:06:01 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 14:51:31 +0100 |
commit | 702955faa5bd42633e7d815a1fa118b26ecfd031 (patch) | |
tree | 688af9314d10ed11ad28fec41fe3a94890629450 /plugingui/tabwidget.h | |
parent | b9c849fb2feeba8a24c1b5cb6de8a564d1c2150c (diff) |
Add some TabWidget documentation.
Diffstat (limited to 'plugingui/tabwidget.h')
-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: |