Hello everyone,<br><br><ul><li>in my application, i'm using two gtk.RadioToolButton</li><li>the "clicked" handlers of the two RadioToolButton test the active property of the event source (so, the RadioToolButton itself)</li>
<li>but the SugarOLPC image logs reports me the error " 'gtk.RadioToolButton' has no attribute 'active' "</li><li>however, the PyGTK reference manual says that 'active' is a property of gtk.ToggleToolButton, from which RadioToolButton is inherited and therefore, handlers are not properly executed<br>
</li></ul>So, what is my error ?<br><br>Regards<br>