projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Split wxWebHistoryItem headers out into separate files for each backend. This will...
[wxWidgets.git]
/
include
/
wx
/
univ
/
frame.h
diff --git
a/include/wx/univ/frame.h
b/include/wx/univ/frame.h
index 924ea90a96a26b36857eb2011d7b104457e927ec..207bf0d6b0b9b3a4c87cac82a49806147211f75b 100644
(file)
--- a/
include/wx/univ/frame.h
+++ b/
include/wx/univ/frame.h
@@
-44,7
+44,7
@@
public:
#if wxUSE_STATUSBAR
virtual wxStatusBar* CreateStatusBar(int number = 1,
#if wxUSE_STATUSBAR
virtual wxStatusBar* CreateStatusBar(int number = 1,
- long style = wxST
_SIZEGRIP
,
+ long style = wxST
B_DEFAULT_STYLE
,
wxWindowID id = 0,
const wxString& name = wxStatusLineNameStr);
#endif // wxUSE_STATUSBAR
wxWindowID id = 0,
const wxString& name = wxStatusLineNameStr);
#endif // wxUSE_STATUSBAR
@@
-58,9
+58,6
@@
public:
virtual wxSize GetMinSize() const;
virtual wxSize GetMinSize() const;
- // sends wxSizeEvent to itself (used after attaching xxxBar)
- virtual void SendSizeEvent();
-
protected:
void OnSize(wxSizeEvent& event);
void OnSysColourChanged(wxSysColourChangedEvent& event);
protected:
void OnSize(wxSizeEvent& event);
void OnSysColourChanged(wxSysColourChangedEvent& event);