projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Mingw Unicode fixes
[wxWidgets.git]
/
include
/
wx
/
os2
/
tabctrl.h
diff --git
a/include/wx/os2/tabctrl.h
b/include/wx/os2/tabctrl.h
index 80740019b432287a5217841dd1acd14203b0b8bf..524af3ed90d9faa87692f69ac18ccebc33e18e98 100644
(file)
--- a/
include/wx/os2/tabctrl.h
+++ b/
include/wx/os2/tabctrl.h
@@
-1,21
+1,17
@@
/////////////////////////////////////////////////////////////////////////////
// Name: tabctrl.h
// Purpose: wxTabCtrl class
/////////////////////////////////////////////////////////////////////////////
// Name: tabctrl.h
// Purpose: wxTabCtrl class
-// Author:
AUTHOR
+// Author:
David Webster
// Modified by:
// Created: ??/??/98
// RCS-ID: $Id$
// Modified by:
// Created: ??/??/98
// RCS-ID: $Id$
-// Copyright: (c)
AUTHOR
-// Licence: wxWindows licence
+// Copyright: (c)
David Webster
+// Licence:
wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_TABCTRL_H_
#define _WX_TABCTRL_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_TABCTRL_H_
#define _WX_TABCTRL_H_
-#ifdef __GNUG__
-#pragma interface "tabctrl.h"
-#endif
-
class wxImageList;
/*
class wxImageList;
/*
@@
-111,7
+107,10
@@
class WXDLLEXPORT wxTabCtrl: public wxControl
// Insert an item
bool InsertItem(int item, const wxString& text, int imageId = -1, void* data = NULL);
// Insert an item
bool InsertItem(int item, const wxString& text, int imageId = -1, void* data = NULL);
- void Command(wxCommandEvent& event);
+ virtual bool OS2OnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
+
+ // Responds to colour changes
+ void OnSysColourChanged(wxSysColourChangedEvent& event);
protected:
wxImageList* m_imageList;
protected:
wxImageList* m_imageList;