Classes | |
| class | entityColumnSorter |
| This class is simply a wrapper for a networked entity object which binds its attributes with actual columns on the Peer ListCtrl object in the peerGridDisplayer class. More... | |
| class | peerGridDisplay |
| Code generated by "Boa Constructor". More... | |
Functions | |
| def | create |
| def objects.gui.peerGridDisplay.create | ( | parent | ) |
Definition at line 72 of file peerGridDisplay.py.
00072 : 00073 return peerGridDisplay(parent) 00074 00075 [wxID_PEERGRIDDISPLAY, wxID_PEERGRIDDISPLAYBUTTONEXPORTLIST, 00076 wxID_PEERGRIDDISPLAYBUTTONSHOWTRACE, wxID_PEERGRIDDISPLAYLISTCTRLPEERS, 00077 wxID_PEERGRIDDISPLAYPANELCONTROLS, 00078 ] = [wx.NewId() for _init_ctrls in range(5)] 00079 00080 ## Code generated by "Boa Constructor". This class should be edited using
1.5.8