- def Refresh(*args, **kwargs):
- """
- 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)
-