# encoding: utf-8
# module wx._propgrid
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_propgrid.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


class ColourPropertyValue(__wx__core.Object):
    """
    ColourPropertyValue() -> None
    ColourPropertyValue(v) -> None
    ColourPropertyValue(colour) -> None
    ColourPropertyValue(type) -> None
    ColourPropertyValue(type, colour) -> None
    
    Because text, background and other colours tend to differ between
    platforms, wxSystemColourProperty must be able to select between
    system colour and, when necessary, to pick a custom one.
    """
    def Init(self, type, colour): # real signature unknown; restored from __doc__
        """ Init(type, colour) -> None """
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    m_colour = None # (!) real value is '<sip.variabledescriptor object at 0x0000021EE5905F00>'
    m_type = None # (!) real value is '<sip.variabledescriptor object at 0x0000021EE5906000>'


