reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -756,6 +756,9 @@ _windows_.SplashScreen_swigregister(SplashScreenPtr) | ||||
|  | ||||
| #--------------------------------------------------------------------------- | ||||
|  | ||||
| SB_NORMAL = _windows_.SB_NORMAL | ||||
| SB_FLAT = _windows_.SB_FLAT | ||||
| SB_RAISED = _windows_.SB_RAISED | ||||
| class StatusBar(_core.Window): | ||||
|     def __repr__(self): | ||||
|         return "<%s.%s; proxy of C++ wxStatusBar instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | ||||
| @@ -799,6 +802,10 @@ class StatusBar(_core.Window): | ||||
|         """SetStatusWidths(self, int widths, int widths_field)""" | ||||
|         return _windows_.StatusBar_SetStatusWidths(*args, **kwargs) | ||||
|  | ||||
|     def SetStatusStyles(*args, **kwargs): | ||||
|         """SetStatusStyles(self, int styles, int styles_field)""" | ||||
|         return _windows_.StatusBar_SetStatusStyles(*args, **kwargs) | ||||
|  | ||||
|     def GetFieldRect(*args, **kwargs): | ||||
|         """GetFieldRect(self, int i) -> Rect""" | ||||
|         return _windows_.StatusBar_GetFieldRect(*args, **kwargs) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user