def __init__(self, parent, idc, prefsIO): arguments = {} arguments['files'] = [] arguments['title'] = "SPPAS - DataFilter" arguments['type'] = "DATAFILES" arguments['icon'] = DATAFILTER_APP_ICON arguments['prefs'] = prefsIO ComponentFrame.__init__(self, parent, idc, arguments)
def __init__(self, parent, appid, prefsIO): """ Creates a new ComponentFrame instance for AudioRoamerFrame. """ arguments = {} arguments['files'] = [] arguments['title'] = "SPPAS - AudioRoamer" arguments['type'] = "SOUNDFILES" arguments['icon'] = AUDIOROAMER_APP_ICON arguments['prefs'] = prefsIO ComponentFrame.__init__(self, parent, appid, arguments)