restore tabg.h and tabg.cpp for wxMotif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-12-28 11:32:37 +00:00
parent 31c94c2987
commit eed80e5efe
4 changed files with 26 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: src/generic/tabg.cpp
// Purpose: Generic tabbed dialogs
// Purpose: Generic tabbed dialogs; used by wxMotif's wxNotebook
// Author: Julian Smart
// Modified by:
// Created: 01/02/97
@@ -16,8 +16,6 @@
#pragma hdrstop
#endif
#if wxUSE_TAB_DIALOG
#ifndef WX_PRECOMP
#include "wx/settings.h"
#include "wx/intl.h"
@@ -29,7 +27,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include "wx/tab.h"
#include "wx/generic/tabg.h"
#include "wx/listimpl.cpp"
WX_DEFINE_LIST(wxTabLayerList)
@@ -1289,4 +1287,3 @@ void wxPanelTabView::ShowWindowForTab(int id)
newWindow->Refresh();
}
#endif // wxUSE_TAB_DIALOG