mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-19 12:23:07 +08:00
rwSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5746,6 +5746,7 @@ class PyControl(_core.Control):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _controls_.PyControl__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _controls_.PyControl_DoEraseBackground(*args, **kwargs)
|
||||
|
||||
+305
-154
File diff suppressed because it is too large
Load Diff
+185
-219
File diff suppressed because it is too large
Load Diff
@@ -4016,6 +4016,7 @@ IMP_PYCALLBACK_BOOL_INTINT(wxPyFileDropTarget, wxFileDropTarget, OnDrop);
|
||||
SWIGINTERN bool wxClipboardLocker___nonzero__(wxClipboardLocker *self){ return !!(*self); }
|
||||
|
||||
#include <wx/display.h>
|
||||
#include <wx/vidmode.h>
|
||||
|
||||
SWIGINTERN bool wxVideoMode___eq__(wxVideoMode *self,wxVideoMode const *other){ return other ? (*self == *other) : false; }
|
||||
SWIGINTERN bool wxVideoMode___ne__(wxVideoMode *self,wxVideoMode const *other){ return other ? (*self != *other) : true; }
|
||||
|
||||
@@ -3289,6 +3289,7 @@ class PyWindow(_core.Window):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyWindow__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyWindow_DoEraseBackground(*args, **kwargs)
|
||||
@@ -3465,6 +3466,7 @@ class PyPanel(Panel):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyPanel__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyPanel_DoEraseBackground(*args, **kwargs)
|
||||
@@ -3641,6 +3643,7 @@ class PyScrolledWindow(ScrolledWindow):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyScrolledWindow__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyScrolledWindow_DoEraseBackground(*args, **kwargs)
|
||||
|
||||
+14
-8
@@ -201,6 +201,7 @@ AUI_BUTTON_MAXIMIZE_RESTORE = _aui.AUI_BUTTON_MAXIMIZE_RESTORE
|
||||
AUI_BUTTON_MINIMIZE = _aui.AUI_BUTTON_MINIMIZE
|
||||
AUI_BUTTON_PIN = _aui.AUI_BUTTON_PIN
|
||||
AUI_BUTTON_OPTIONS = _aui.AUI_BUTTON_OPTIONS
|
||||
AUI_BUTTON_WINDOWLIST = _aui.AUI_BUTTON_WINDOWLIST
|
||||
AUI_BUTTON_LEFT = _aui.AUI_BUTTON_LEFT
|
||||
AUI_BUTTON_RIGHT = _aui.AUI_BUTTON_RIGHT
|
||||
AUI_BUTTON_UP = _aui.AUI_BUTTON_UP
|
||||
@@ -991,7 +992,7 @@ AUI_NB_BOTTOM = _aui.AUI_NB_BOTTOM
|
||||
AUI_NB_TAB_SPLIT = _aui.AUI_NB_TAB_SPLIT
|
||||
AUI_NB_TAB_MOVE = _aui.AUI_NB_TAB_MOVE
|
||||
AUI_NB_SCROLL_BUTTONS = _aui.AUI_NB_SCROLL_BUTTONS
|
||||
AUI_NB_PAGELIST_BUTTON = _aui.AUI_NB_PAGELIST_BUTTON
|
||||
AUI_NB_WINDOWLIST_BUTTON = _aui.AUI_NB_WINDOWLIST_BUTTON
|
||||
AUI_NB_CLOSE_BUTTON = _aui.AUI_NB_CLOSE_BUTTON
|
||||
AUI_NB_CLOSE_ON_ACTIVE_TAB = _aui.AUI_NB_CLOSE_ON_ACTIVE_TAB
|
||||
AUI_NB_CLOSE_ON_ALL_TABS = _aui.AUI_NB_CLOSE_ON_ALL_TABS
|
||||
@@ -1016,27 +1017,32 @@ class AuiTabArt(object):
|
||||
return _aui.AuiTabArt_SetMeasuringFont(*args, **kwargs)
|
||||
|
||||
def DrawBackground(*args, **kwargs):
|
||||
"""DrawBackground(self, DC dc, Rect rect)"""
|
||||
"""DrawBackground(self, DC dc, Window wnd, Rect rect)"""
|
||||
return _aui.AuiTabArt_DrawBackground(*args, **kwargs)
|
||||
|
||||
def DrawTab(*args, **kwargs):
|
||||
"""
|
||||
DrawTab(self, DC dc, Rect in_rect, String caption, bool active, int close_button_state,
|
||||
Rect out_tab_rect, Rect out_button_rect,
|
||||
int x_extent)
|
||||
DrawTab(self, DC dc, Window wnd, Rect in_rect, String caption, bool active,
|
||||
int close_button_state, Rect out_tab_rect,
|
||||
Rect out_button_rect, int x_extent)
|
||||
"""
|
||||
return _aui.AuiTabArt_DrawTab(*args, **kwargs)
|
||||
|
||||
def DrawButton(*args, **kwargs):
|
||||
"""
|
||||
DrawButton(self, DC dc, Rect in_rect, int bitmap_id, int button_state,
|
||||
int orientation, Bitmap bitmap_override, Rect out_rect)
|
||||
DrawButton(self, DC dc, Window wnd, Rect in_rect, int bitmap_id, int button_state,
|
||||
int orientation, Bitmap bitmap_override,
|
||||
Rect out_rect)
|
||||
"""
|
||||
return _aui.AuiTabArt_DrawButton(*args, **kwargs)
|
||||
|
||||
def ShowWindowList(*args, **kwargs):
|
||||
"""ShowWindowList(self, Window wnd, wxArrayString items, int active_idx) -> int"""
|
||||
return _aui.AuiTabArt_ShowWindowList(*args, **kwargs)
|
||||
|
||||
def GetTabSize(*args, **kwargs):
|
||||
"""
|
||||
GetTabSize(self, DC dc, String caption, bool active, int close_button_state,
|
||||
GetTabSize(self, DC dc, Window wnd, String caption, bool active, int close_button_state,
|
||||
int x_extent) -> Size
|
||||
"""
|
||||
return _aui.AuiTabArt_GetTabSize(*args, **kwargs)
|
||||
|
||||
+498
-361
File diff suppressed because it is too large
Load Diff
@@ -5739,6 +5739,7 @@ class PyControl(_core.Control):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _controls_.PyControl__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _controls_.PyControl_DoEraseBackground(*args, **kwargs)
|
||||
|
||||
+305
-154
File diff suppressed because it is too large
Load Diff
+185
-219
File diff suppressed because it is too large
Load Diff
@@ -4006,6 +4006,7 @@ IMP_PYCALLBACK_BOOL_INTINT(wxPyFileDropTarget, wxFileDropTarget, OnDrop);
|
||||
SWIGINTERN bool wxClipboardLocker___nonzero__(wxClipboardLocker *self){ return !!(*self); }
|
||||
|
||||
#include <wx/display.h>
|
||||
#include <wx/vidmode.h>
|
||||
|
||||
SWIGINTERN bool wxVideoMode___eq__(wxVideoMode *self,wxVideoMode const *other){ return other ? (*self == *other) : false; }
|
||||
SWIGINTERN bool wxVideoMode___ne__(wxVideoMode *self,wxVideoMode const *other){ return other ? (*self != *other) : true; }
|
||||
|
||||
@@ -3269,6 +3269,7 @@ class PyWindow(_core.Window):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyWindow__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyWindow_DoEraseBackground(*args, **kwargs)
|
||||
@@ -3445,6 +3446,7 @@ class PyPanel(Panel):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyPanel__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyPanel_DoEraseBackground(*args, **kwargs)
|
||||
@@ -3621,6 +3623,7 @@ class PyScrolledWindow(ScrolledWindow):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyScrolledWindow__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyScrolledWindow_DoEraseBackground(*args, **kwargs)
|
||||
|
||||
+14
-8
@@ -201,6 +201,7 @@ AUI_BUTTON_MAXIMIZE_RESTORE = _aui.AUI_BUTTON_MAXIMIZE_RESTORE
|
||||
AUI_BUTTON_MINIMIZE = _aui.AUI_BUTTON_MINIMIZE
|
||||
AUI_BUTTON_PIN = _aui.AUI_BUTTON_PIN
|
||||
AUI_BUTTON_OPTIONS = _aui.AUI_BUTTON_OPTIONS
|
||||
AUI_BUTTON_WINDOWLIST = _aui.AUI_BUTTON_WINDOWLIST
|
||||
AUI_BUTTON_LEFT = _aui.AUI_BUTTON_LEFT
|
||||
AUI_BUTTON_RIGHT = _aui.AUI_BUTTON_RIGHT
|
||||
AUI_BUTTON_UP = _aui.AUI_BUTTON_UP
|
||||
@@ -991,7 +992,7 @@ AUI_NB_BOTTOM = _aui.AUI_NB_BOTTOM
|
||||
AUI_NB_TAB_SPLIT = _aui.AUI_NB_TAB_SPLIT
|
||||
AUI_NB_TAB_MOVE = _aui.AUI_NB_TAB_MOVE
|
||||
AUI_NB_SCROLL_BUTTONS = _aui.AUI_NB_SCROLL_BUTTONS
|
||||
AUI_NB_PAGELIST_BUTTON = _aui.AUI_NB_PAGELIST_BUTTON
|
||||
AUI_NB_WINDOWLIST_BUTTON = _aui.AUI_NB_WINDOWLIST_BUTTON
|
||||
AUI_NB_CLOSE_BUTTON = _aui.AUI_NB_CLOSE_BUTTON
|
||||
AUI_NB_CLOSE_ON_ACTIVE_TAB = _aui.AUI_NB_CLOSE_ON_ACTIVE_TAB
|
||||
AUI_NB_CLOSE_ON_ALL_TABS = _aui.AUI_NB_CLOSE_ON_ALL_TABS
|
||||
@@ -1016,27 +1017,32 @@ class AuiTabArt(object):
|
||||
return _aui.AuiTabArt_SetMeasuringFont(*args, **kwargs)
|
||||
|
||||
def DrawBackground(*args, **kwargs):
|
||||
"""DrawBackground(self, DC dc, Rect rect)"""
|
||||
"""DrawBackground(self, DC dc, Window wnd, Rect rect)"""
|
||||
return _aui.AuiTabArt_DrawBackground(*args, **kwargs)
|
||||
|
||||
def DrawTab(*args, **kwargs):
|
||||
"""
|
||||
DrawTab(self, DC dc, Rect in_rect, String caption, bool active, int close_button_state,
|
||||
Rect out_tab_rect, Rect out_button_rect,
|
||||
int x_extent)
|
||||
DrawTab(self, DC dc, Window wnd, Rect in_rect, String caption, bool active,
|
||||
int close_button_state, Rect out_tab_rect,
|
||||
Rect out_button_rect, int x_extent)
|
||||
"""
|
||||
return _aui.AuiTabArt_DrawTab(*args, **kwargs)
|
||||
|
||||
def DrawButton(*args, **kwargs):
|
||||
"""
|
||||
DrawButton(self, DC dc, Rect in_rect, int bitmap_id, int button_state,
|
||||
int orientation, Bitmap bitmap_override, Rect out_rect)
|
||||
DrawButton(self, DC dc, Window wnd, Rect in_rect, int bitmap_id, int button_state,
|
||||
int orientation, Bitmap bitmap_override,
|
||||
Rect out_rect)
|
||||
"""
|
||||
return _aui.AuiTabArt_DrawButton(*args, **kwargs)
|
||||
|
||||
def ShowWindowList(*args, **kwargs):
|
||||
"""ShowWindowList(self, Window wnd, wxArrayString items, int active_idx) -> int"""
|
||||
return _aui.AuiTabArt_ShowWindowList(*args, **kwargs)
|
||||
|
||||
def GetTabSize(*args, **kwargs):
|
||||
"""
|
||||
GetTabSize(self, DC dc, String caption, bool active, int close_button_state,
|
||||
GetTabSize(self, DC dc, Window wnd, String caption, bool active, int close_button_state,
|
||||
int x_extent) -> Size
|
||||
"""
|
||||
return _aui.AuiTabArt_GetTabSize(*args, **kwargs)
|
||||
|
||||
+498
-361
File diff suppressed because it is too large
Load Diff
@@ -5765,6 +5765,7 @@ class PyControl(_core.Control):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _controls_.PyControl__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _controls_.PyControl_DoEraseBackground(*args, **kwargs)
|
||||
|
||||
+305
-154
File diff suppressed because it is too large
Load Diff
+185
-219
File diff suppressed because it is too large
Load Diff
@@ -4006,6 +4006,7 @@ IMP_PYCALLBACK_BOOL_INTINT(wxPyFileDropTarget, wxFileDropTarget, OnDrop);
|
||||
SWIGINTERN bool wxClipboardLocker___nonzero__(wxClipboardLocker *self){ return !!(*self); }
|
||||
|
||||
#include <wx/display.h>
|
||||
#include <wx/vidmode.h>
|
||||
|
||||
SWIGINTERN bool wxVideoMode___eq__(wxVideoMode *self,wxVideoMode const *other){ return other ? (*self == *other) : false; }
|
||||
SWIGINTERN bool wxVideoMode___ne__(wxVideoMode *self,wxVideoMode const *other){ return other ? (*self != *other) : true; }
|
||||
|
||||
@@ -3305,6 +3305,7 @@ class PyWindow(_core.Window):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyWindow__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyWindow_DoEraseBackground(*args, **kwargs)
|
||||
@@ -3481,6 +3482,7 @@ class PyPanel(Panel):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyPanel__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyPanel_DoEraseBackground(*args, **kwargs)
|
||||
@@ -3657,6 +3659,7 @@ class PyScrolledWindow(ScrolledWindow):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyScrolledWindow__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyScrolledWindow_DoEraseBackground(*args, **kwargs)
|
||||
|
||||
+14
-8
@@ -201,6 +201,7 @@ AUI_BUTTON_MAXIMIZE_RESTORE = _aui.AUI_BUTTON_MAXIMIZE_RESTORE
|
||||
AUI_BUTTON_MINIMIZE = _aui.AUI_BUTTON_MINIMIZE
|
||||
AUI_BUTTON_PIN = _aui.AUI_BUTTON_PIN
|
||||
AUI_BUTTON_OPTIONS = _aui.AUI_BUTTON_OPTIONS
|
||||
AUI_BUTTON_WINDOWLIST = _aui.AUI_BUTTON_WINDOWLIST
|
||||
AUI_BUTTON_LEFT = _aui.AUI_BUTTON_LEFT
|
||||
AUI_BUTTON_RIGHT = _aui.AUI_BUTTON_RIGHT
|
||||
AUI_BUTTON_UP = _aui.AUI_BUTTON_UP
|
||||
@@ -991,7 +992,7 @@ AUI_NB_BOTTOM = _aui.AUI_NB_BOTTOM
|
||||
AUI_NB_TAB_SPLIT = _aui.AUI_NB_TAB_SPLIT
|
||||
AUI_NB_TAB_MOVE = _aui.AUI_NB_TAB_MOVE
|
||||
AUI_NB_SCROLL_BUTTONS = _aui.AUI_NB_SCROLL_BUTTONS
|
||||
AUI_NB_PAGELIST_BUTTON = _aui.AUI_NB_PAGELIST_BUTTON
|
||||
AUI_NB_WINDOWLIST_BUTTON = _aui.AUI_NB_WINDOWLIST_BUTTON
|
||||
AUI_NB_CLOSE_BUTTON = _aui.AUI_NB_CLOSE_BUTTON
|
||||
AUI_NB_CLOSE_ON_ACTIVE_TAB = _aui.AUI_NB_CLOSE_ON_ACTIVE_TAB
|
||||
AUI_NB_CLOSE_ON_ALL_TABS = _aui.AUI_NB_CLOSE_ON_ALL_TABS
|
||||
@@ -1016,27 +1017,32 @@ class AuiTabArt(object):
|
||||
return _aui.AuiTabArt_SetMeasuringFont(*args, **kwargs)
|
||||
|
||||
def DrawBackground(*args, **kwargs):
|
||||
"""DrawBackground(self, DC dc, Rect rect)"""
|
||||
"""DrawBackground(self, DC dc, Window wnd, Rect rect)"""
|
||||
return _aui.AuiTabArt_DrawBackground(*args, **kwargs)
|
||||
|
||||
def DrawTab(*args, **kwargs):
|
||||
"""
|
||||
DrawTab(self, DC dc, Rect in_rect, String caption, bool active, int close_button_state,
|
||||
Rect out_tab_rect, Rect out_button_rect,
|
||||
int x_extent)
|
||||
DrawTab(self, DC dc, Window wnd, Rect in_rect, String caption, bool active,
|
||||
int close_button_state, Rect out_tab_rect,
|
||||
Rect out_button_rect, int x_extent)
|
||||
"""
|
||||
return _aui.AuiTabArt_DrawTab(*args, **kwargs)
|
||||
|
||||
def DrawButton(*args, **kwargs):
|
||||
"""
|
||||
DrawButton(self, DC dc, Rect in_rect, int bitmap_id, int button_state,
|
||||
int orientation, Bitmap bitmap_override, Rect out_rect)
|
||||
DrawButton(self, DC dc, Window wnd, Rect in_rect, int bitmap_id, int button_state,
|
||||
int orientation, Bitmap bitmap_override,
|
||||
Rect out_rect)
|
||||
"""
|
||||
return _aui.AuiTabArt_DrawButton(*args, **kwargs)
|
||||
|
||||
def ShowWindowList(*args, **kwargs):
|
||||
"""ShowWindowList(self, Window wnd, wxArrayString items, int active_idx) -> int"""
|
||||
return _aui.AuiTabArt_ShowWindowList(*args, **kwargs)
|
||||
|
||||
def GetTabSize(*args, **kwargs):
|
||||
"""
|
||||
GetTabSize(self, DC dc, String caption, bool active, int close_button_state,
|
||||
GetTabSize(self, DC dc, Window wnd, String caption, bool active, int close_button_state,
|
||||
int x_extent) -> Size
|
||||
"""
|
||||
return _aui.AuiTabArt_GetTabSize(*args, **kwargs)
|
||||
|
||||
+498
-361
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user