Ejemplo n.º 1
0
def PreBitmapComboBox(*args, **kwargs):
    """
    PreBitmapComboBox() -> BitmapComboBox

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

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