Exemplo n.º 1
0
def PreOwnerDrawnComboBox(*args, **kwargs):
    """
    PreOwnerDrawnComboBox() -> OwnerDrawnComboBox

    2-phase create constructor.
    """
    val = _combo.new_PreOwnerDrawnComboBox(*args, **kwargs)
    return val
Exemplo n.º 2
0
def PreOwnerDrawnComboBox(*args, **kwargs):
    """
    PreOwnerDrawnComboBox() -> OwnerDrawnComboBox

    2-phase create constructor.
    """
    val = _combo.new_PreOwnerDrawnComboBox(*args, **kwargs)
    return val
Exemplo n.º 3
0
def PreOwnerDrawnComboBox(*args, **kwargs):
    val = _combo.new_PreOwnerDrawnComboBox(*args, **kwargs)
    return val