projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxTinderbox warning fix.
[wxWidgets.git]
/
wxPython
/
src
/
_mdi.i
diff --git
a/wxPython/src/_mdi.i
b/wxPython/src/_mdi.i
index d2791fe1b6f952bcece053749e0847bde3d1e026..9264b8538947c5e2892bc9024033abef9cae33dc 100644
(file)
--- a/
wxPython/src/_mdi.i
+++ b/
wxPython/src/_mdi.i
@@
-76,7
+76,7
@@
public:
void SetWindowMenu(wxMenu* menu);
void SetToolBar(wxToolBar* toolbar);
#endif
- void Tile();
+ void Tile(
wxOrientation orient = wxHORIZONTAL
);
};
//---------------------------------------------------------------------------