Give the second form of BeginDrag a better name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -511,8 +511,10 @@ public:
|
||||
bool BeginDrag(const wxPoint& hotspot, wxWindow* window,
|
||||
bool fullScreen = FALSE, wxRect* rect = NULL);
|
||||
|
||||
%name(BeginDrag2) bool BeginDrag(const wxPoint& hotspot, wxWindow* window,
|
||||
wxWindow* fullScreenRect);
|
||||
%name(BeginDragBounded) bool BeginDrag(const wxPoint& hotspot, wxWindow* window,
|
||||
wxWindow* boundingWindow);
|
||||
|
||||
%pragma(python) addtoclass = "BeginDrag2 = BeginDragBounded"
|
||||
|
||||
bool EndDrag();
|
||||
bool Move(const wxPoint& pt);
|
||||
|
Reference in New Issue
Block a user