# encoding: utf-8
# module wx._html
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_html.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


from .HtmlCell import HtmlCell

class HtmlColourCell(HtmlCell):
    """
    HtmlColourCell(clr, flags=HTML_CLR_FOREGROUND) -> None
    
    This cell changes the colour of either the background or the
    foreground.
    """
    def Draw(self, dc, x, y, view_y1, view_y2, info): # real signature unknown; restored from __doc__
        """ Draw(self, dc: DC, x: int, y: int, view_y1: int, view_y2: int, info: HtmlRenderingInfo) """
        pass

    def DrawInvisible(self, dc, x, y, info): # real signature unknown; restored from __doc__
        """ DrawInvisible(self, dc: DC, x: int, y: int, info: HtmlRenderingInfo) """
        pass

    def GetMouseCursor(self, window, HtmlWindowInterface=None): # real signature unknown; restored from __doc__
        """ GetMouseCursor(self, window: Optional[HtmlWindowInterface]) -> Cursor """
        pass

    def Layout(self, w): # real signature unknown; restored from __doc__
        """ Layout(self, w: int) """
        pass

    def __init__(self, clr, flags=None): # real signature unknown; restored from __doc__
        pass


