projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git]
/
include
/
wx
/
univ
/
frame.h
diff --git
a/include/wx/univ/frame.h
b/include/wx/univ/frame.h
index 608296c560fd457b4679ca7e8f38b73fea008979..7c26f6328bc232411a6b8b54ecee26b230900972 100644
(file)
--- a/
include/wx/univ/frame.h
+++ b/
include/wx/univ/frame.h
@@
-20,14
+20,6
@@
// wxFrame
// ----------------------------------------------------------------------------
// wxFrame
// ----------------------------------------------------------------------------
-#if defined(__WXMSW__)
-#define wxFrameNative wxFrameMSW
-#elif defined(__WXGTK__)
-#define wxFrameNative wxFrameGTK
-#elif defined(__WXMGL__)
-#define wxFrameNative wxFrameMGL
-#endif
-
class wxFrame : public wxFrameNative
{
public:
class wxFrame : public wxFrameNative
{
public:
@@
-41,6
+33,7
@@
public:
const wxString& name = wxFrameNameStr);
virtual wxPoint GetClientAreaOrigin() const;
const wxString& name = wxFrameNameStr);
virtual wxPoint GetClientAreaOrigin() const;
+ virtual bool Enable( bool enable = TRUE );
protected:
void OnSize(wxSizeEvent& event);
protected:
void OnSize(wxSizeEvent& event);