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