# 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


from .EnumProperty import EnumProperty

class EditEnumProperty(EnumProperty):
    """
    EditEnumProperty(label=PG_LABEL, name=PG_LABEL, labels=[], values=[], value='') -> None
    EditEnumProperty(label, name, choices, value='') -> None
    
    wxEnumProperty with wxString value and writable combo box editor.
    """
    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass


