projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
A few tweaks and cleanups
[wxWidgets.git]
/
include
/
wx
/
os2
/
button.h
diff --git
a/include/wx/os2/button.h
b/include/wx/os2/button.h
index 092a589d871b676d7e354325f4b44a3ef9fc9d34..ebfe1c1a35668a06c73cbd13f5403eeb13b4b8bb 100644
(file)
--- a/
include/wx/os2/button.h
+++ b/
include/wx/os2/button.h
@@
-14,8
+14,6
@@
#include "wx/control.h"
#include "wx/control.h"
-WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr;
-
// Pushbutton
class WXDLLEXPORT wxButton: public wxButtonBase
{
// Pushbutton
class WXDLLEXPORT wxButton: public wxButtonBase
{
@@
-82,8
+80,11
@@
class WXDLLEXPORT wxButton: public wxButtonBase
protected:
protected:
- bool SendClickEvent(void);
- virtual wxSize DoGetBestSize(void) const;
+ bool SendClickEvent(void);
+ virtual wxSize DoGetBestSize(void) const;
+ virtual WXDWORD OS2GetStyle( long style
+ ,WXDWORD* exstyle
+ ) const;
private:
DECLARE_DYNAMIC_CLASS(wxButton)
}; // end of CLASS wxButton
private:
DECLARE_DYNAMIC_CLASS(wxButton)
}; // end of CLASS wxButton