added clear method; return None for empty boxes
This commit is contained in:
@ -37,4 +37,9 @@ class ListEntry(wx.BoxSizer):
|
||||
return [e.Enable() for e in self.entries]
|
||||
|
||||
|
||||
def clear(self):
|
||||
for e in self.entries:
|
||||
e.clear()
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user