Classes | |
| class | filterSettings |
| Code generated by "Boa Constructor". More... | |
Functions | |
| def | create |
| def objects.gui.filterSettings.create | ( | parent | ) |
Definition at line 23 of file filterSettings.py.
00023 : 00024 return filterSettings(parent) 00025 00026 [wxID_FILTERSETTINGS, wxID_FILTERSETTINGSBUTTONAPPLY, 00027 wxID_FILTERSETTINGSBUTTONCANCEL, wxID_FILTERSETTINGSBUTTONREMOVEFILTER, 00028 wxID_FILTERSETTINGSLISTCTRLFITLERS, 00029 ] = [wx.NewId() for _init_ctrls in range(5)] 00030 00031 ## Code generated by "Boa Constructor". This class should be edited using
1.5.8