reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -764,6 +764,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,)
|
||||
@@ -807,6 +810,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