Changes

Jump to navigation Jump to search
78 bytes added ,  14:11, 10 June 2010
Line 182: Line 182:  
If the changes involve modifying the graphics, then other methods may need to be modified as well.  For instance, in order to introduce a reset button that can be clicked to reset the bead positions to the beginning, the following methods had to be modified -- all in abacus_window.py:
 
If the changes involve modifying the graphics, then other methods may need to be modified as well.  For instance, in order to introduce a reset button that can be clicked to reset the bead positions to the beginning, the following methods had to be modified -- all in abacus_window.py:
   −
# in the class Abacus, methods _button_press_cb() to activate reset button;
+
# in the <code>class Abacus</code>, methods <code>_button_press_cb()</code> to activate reset button;
# in the class AbacusGeneric, method create() to create the graphics for reset button;
+
# in the <code>class AbacusGeneric</code>, method <code>create()</code> to create the graphics for reset button;
# methods hide() and show() to make the button visible.
+
# methods <code>hide()</code> and <code>show()</code> to make the button visible.
    
==Discussion==
 
==Discussion==

Navigation menu