#ifndef __TABPGWIN_G__
#define __TABPGWIN_G__
-//#ifdef __GNUG__
-//#pragma interface
-//#endif
-
#include "wx/defs.h"
#include "wx/window.h"
#include "wx/string.h"
virtual void AddTab( wxWindow* pContent,
wxString tabText,
- wxBitmap* pImage = NULL );
+ wxBitmap* pImage );
virtual void RemoveTab( int tabNo );
public:
wxPagedWindow();
- ~wxPagedWindow();
+ ~wxPagedWindow(){};
// NOTE:: use public methods of the base class
// to add "pages" to this window
DECLARE_DYNAMIC_CLASS( twTabInfo )
public:
twTabInfo();
- ~twTabInfo();
+ ~twTabInfo(){};
int ImgWidth();
int ImgHeight();