예제 #1
0
파일: combo.py 프로젝트: wangdyna/wxPython
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