# 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 GridHeaderLabelsRenderer(__sip.wrapper):
    """ Base class for header cells renderers. """
    def DrawBorder(self, grid, dc, rect): # real signature unknown; restored from __doc__
        """
        DrawBorder(grid, dc, rect) -> None
        
        Called by the grid to draw the border around the cell header.
        """
        pass

    def DrawLabel(self, grid, dc, value, rect, horizAlign, vertAlign, textOrientation): # real signature unknown; restored from __doc__
        """
        DrawLabel(grid, dc, value, rect, horizAlign, vertAlign, textOrientation) -> None
        
        Called by the grid to draw the specified label.
        """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



