# encoding: utf-8
# module wx._grid
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_grid.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


class GridUpdateLocker(__sip.wrapper):
    """
    GridUpdateLocker(grid=None) -> None
    
    This small class can be used to prevent wxGrid from redrawing during
    its lifetime by calling wxGrid::BeginBatch() in its constructor and
    wxGrid::EndBatch() in its destructor.
    """
    def Create(self, grid): # real signature unknown; restored from __doc__
        """
        Create(grid) -> None
        
        This method can be called if the object had been constructed using the
        default constructor.
        """
        pass

    def __init__(self, grid=None): # real signature unknown; restored from __doc__
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



