projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added wxRichTextTableBlock class to help with table UI operations
[wxWidgets.git]
/
include
/
wx
/
os2
/
control.h
diff --git
a/include/wx/os2/control.h
b/include/wx/os2/control.h
index 41ba89cc41a747c5319b115980e5137f3fdc53bf..0d799ed1ccec36d58ce83d4233246215faacca14 100644
(file)
--- a/
include/wx/os2/control.h
+++ b/
include/wx/os2/control.h
@@
-4,7
+4,6
@@
// Author: David Webster
// Modified by:
// Created: 09/17/99
// Author: David Webster
// Modified by:
// Created: 09/17/99
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@@
-15,7
+14,7
@@
#include "wx/dynarray.h"
// General item class
#include "wx/dynarray.h"
// General item class
-class WXDLL
EXPORT
wxControl : public wxControlBase
+class WXDLL
IMPEXP_CORE
wxControl : public wxControlBase
{
DECLARE_ABSTRACT_CLASS(wxControl)
{
DECLARE_ABSTRACT_CLASS(wxControl)
@@
-32,7
+31,6
@@
public:
{
Create( pParent, vId, rPos, rSize, lStyle, rValidator, rsName );
}
{
Create( pParent, vId, rPos, rSize, lStyle, rValidator, rsName );
}
- virtual ~wxControl();
bool Create( wxWindow* pParent
,wxWindowID vId
bool Create( wxWindow* pParent
,wxWindowID vId
@@
-64,8
+62,8
@@
public:
//
// For ownerdraw items
//
//
// For ownerdraw items
//
- virtual bool OS2OnDraw(WXDRAWITEMSTRUCT* WXUNUSED(pItem)) { return false; }
;
- virtual long OS2OnMeasure(WXMEASUREITEMSTRUCT* WXUNUSED(pItem)) { return 0L; }
;
+ virtual bool OS2OnDraw(WXDRAWITEMSTRUCT* WXUNUSED(pItem)) { return false; }
+ virtual long OS2OnMeasure(WXMEASUREITEMSTRUCT* WXUNUSED(pItem)) { return 0L; }
wxArrayLong& GetSubcontrols() { return m_aSubControls; }
void OnEraseBackground(wxEraseEvent& rEvent);
wxArrayLong& GetSubcontrols() { return m_aSubControls; }
void OnEraseBackground(wxEraseEvent& rEvent);