X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13542f4946e681db5bd765e8bad6402a12adfd1f..e7e9d1b87f7fafedb7d7edc9be941b80f0059a01:/wxPython/src/gtk/aui.py diff --git a/wxPython/src/gtk/aui.py b/wxPython/src/gtk/aui.py index 4de1f4c3e8..7e7b397159 100644 --- a/wxPython/src/gtk/aui.py +++ b/wxPython/src/gtk/aui.py @@ -678,6 +678,10 @@ class AuiManager(_core.EvtHandler): """CreateFloatingFrame(self, Window parent, AuiPaneInfo p) -> AuiFloatingFrame""" return _aui.AuiManager_CreateFloatingFrame(*args, **kwargs) + def StartPaneDrag(*args, **kwargs): + """StartPaneDrag(self, Window pane_window, Point offset)""" + return _aui.AuiManager_StartPaneDrag(*args, **kwargs) + def CalculateHintRect(*args, **kwargs): """CalculateHintRect(self, Window pane_window, Point pt, Point offset) -> Rect""" return _aui.AuiManager_CalculateHintRect(*args, **kwargs)