projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
optimizing gauge cpu usage
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
frame.h
diff --git
a/include/wx/gtk1/frame.h
b/include/wx/gtk1/frame.h
index ecb5d0d02ad8f3214cb7761d85155302cc234ea5..3befcf231f4843e014234c108a7e9019cf0b0957 100644
(file)
--- a/
include/wx/gtk1/frame.h
+++ b/
include/wx/gtk1/frame.h
@@
-65,6
+65,8
@@
public:
long style = wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
wxWindowID id = 0,
const wxString& name = wxStatusLineNameStr);
+
+ void SetStatusBar(wxStatusBar *statbar);
#endif // wxUSE_STATUSBAR
#if wxUSE_TOOLBAR