X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33b885b9989fad193ee259f623784dbf19490c30..980f458f7f034a21501d4bde7bc6f49d29a1a941:/wxPython/src/gtk/grid.py diff --git a/wxPython/src/gtk/grid.py b/wxPython/src/gtk/grid.py index 2041b17b10..7fb1c31639 100644 --- a/wxPython/src/gtk/grid.py +++ b/wxPython/src/gtk/grid.py @@ -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):