Support new toolbars widgets in activity.py

This commit is contained in:
Aleksey Lim
2009-07-13 01:40:23 +00:00
parent 55609885de
commit 442034bb8b
2 changed files with 63 additions and 24 deletions
+2
View File
@@ -107,6 +107,8 @@ class RadioPalette(Palette):
if not children:
self.__toggled_cb(button, True)
return button
def update_button(self):
for i in self.top.get_children():
self.__toggled_cb(i, True)