Пример #1
0
def PreBitmapComboBox(*args, **kwargs):
    """
    PreBitmapComboBox() -> BitmapComboBox

    2-phase create constructor.
    """
    val = _combo.new_PreBitmapComboBox(*args, **kwargs)
    return val
Пример #2
0
def PreBitmapComboBox(*args, **kwargs):
    """
    PreBitmapComboBox() -> BitmapComboBox

    2-phase create constructor.
    """
    val = _combo.new_PreBitmapComboBox(*args, **kwargs)
    return val
Пример #3
0
def PreBitmapComboBox(*args, **kwargs):
    val = _combo.new_PreBitmapComboBox(*args, **kwargs)
    return val