projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Compilation fixes.
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
floatbar.py
diff --git
a/wxPython/wx/lib/floatbar.py
b/wxPython/wx/lib/floatbar.py
index 8443ebe7bf2a9f4641944e53426a62a234b75d2a..2fef791b89aa00ed347e84ad4ea29e68e69b5d35 100644
(file)
--- a/
wxPython/wx/lib/floatbar.py
+++ b/
wxPython/wx/lib/floatbar.py
@@
-14,6
+14,10
@@
#
# o Added deprecation warning.
#
#
# o Added deprecation warning.
#
+# 12/18/2003 - Jeff Grimmett (grimmtooth@softhome.net)
+#
+# o wxFloatBar -> FloatBar
+#
"""
NOTE: This module is *not* supported in any way. Use it however you
"""
NOTE: This module is *not* supported in any way. Use it however you
@@
-42,7
+46,7
@@
if wx.Platform == '__WXGTK__':
#
# For wxGTK all we have to do is set the wxTB_DOCKABLE flag
#
#
# For wxGTK all we have to do is set the wxTB_DOCKABLE flag
#
- class
wx
FloatBar(wx.ToolBar):
+ class FloatBar(wx.ToolBar):
def __init__(self, parent, ID,
pos = wx.DefaultPosition,
size = wx.DefaultSize,
def __init__(self, parent, ID,
pos = wx.DefaultPosition,
size = wx.DefaultSize,
@@
-68,7
+72,7
@@
if wx.Platform == '__WXGTK__':
else:
_DOCKTHRESHOLD = 25
else:
_DOCKTHRESHOLD = 25
- class
wx
FloatBar(wx.ToolBar):
+ class FloatBar(wx.ToolBar):
"""
wxToolBar subclass which can be dragged off its frame and later
replaced there. Drag on the toolbar to release it, close it like
"""
wxToolBar subclass which can be dragged off its frame and later
replaced there. Drag on the toolbar to release it, close it like