reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1320,7 +1320,13 @@ class Grid(windows.ScrolledWindow):
|
||||
return _grid.Grid_ForceRefresh(*args, **kwargs)
|
||||
|
||||
def Refresh(*args, **kwargs):
|
||||
"""Refresh(bool eraseb=True, Rect rect=None)"""
|
||||
"""
|
||||
Refresh(bool eraseb=True, Rect rect=None)
|
||||
|
||||
Mark the specified rectangle (or the whole window) as "dirty" so it
|
||||
will be repainted. Causes an EVT_PAINT event to be generated and sent
|
||||
to the window.
|
||||
"""
|
||||
return _grid.Grid_Refresh(*args, **kwargs)
|
||||
|
||||
def IsEditable(*args, **kwargs):
|
||||
|
Reference in New Issue
Block a user