Exemple #1
0
def PreBitmapComboBox(*args, **kwargs):
    """
    PreBitmapComboBox() -> BitmapComboBox

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

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