From 58fd7634cf871b8b03f004d97b518959ced287e8 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 21 Aug 2007 14:23:07 +0000 Subject: [PATCH] removed double docs for wxAuiNotebook::GetTabCtrlHeight git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/auinotebook.tex | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/latex/wx/auinotebook.tex b/docs/latex/wx/auinotebook.tex index 0a5809a624..fec32a0cc9 100644 --- a/docs/latex/wx/auinotebook.tex +++ b/docs/latex/wx/auinotebook.tex @@ -145,12 +145,6 @@ Returns the height of the tab control. Returns the currently selected page. -\membersection{wxAuiNotebook::GetTabCtrlHeight}\label{wxauinotebookgettabctrlheight} - -\constfunc{int}{GetTabCtrlHeight}{\void} - -Returns the height of the tab control. - \membersection{wxAuiNotebook::InsertPage}\label{wxauinotebookinsertpage} \func{bool}{InsertPage}{\param{size\_t }{page\_idx}, \param{wxWindow* }{page}, \param{const wxString\& }{caption}, \param{bool }{select = false}, \param{const wxBitmap\& }{bitmap = wxNullBitmap}}