| Line 3: |
Line 3: |
| | <br> | | <br> |
| | | | |
| − | *'''[[:Category:on.paint|on.paint]]''' is called when the GUI is painted. [[gc|'gc' is the Graphics Context]] | + | *'''[[:Category:on.paint|on.paint]]''' is called when the GUI is painted. [[:Category:gc|'gc' is the Graphics Context]] |
| | *'''[[:Category:on.resize|on.resize]]''' is called when the window is rezised | | *'''[[:Category:on.resize|on.resize]]''' is called when the window is rezised |
| | | | |
| | + | <br> |
| | | | |
| − | | + | *'''[[:Category:on.timer|on.timer]]''' is called at each timer ticks. See [[:Category:timer|timer]]. |
| − | *'''[[:Category:on.timer|on.timer]]''' is called at each timer ticks. See [[Category:timer|timer]]. | |
| | | | |
| | <br> | | <br> |
| Line 50: |
Line 50: |
| | *'''[[:Category:on.mouseUp|on.mouseUp]]''' is called when we release the left mouse button. | | *'''[[:Category:on.mouseUp|on.mouseUp]]''' is called when we release the left mouse button. |
| | *'''[[:Category:on.mouseMove|on.mouseMove]]''' is called when the mouse moves | | *'''[[:Category:on.mouseMove|on.mouseMove]]''' is called when the mouse moves |
| − | *'''[[:Category:on.grabDown|on.grabDown]]''' | + | *'''[[:Category:on.grabDown|on.grabDown]]''' |
| − | *'''[[:Category:on.grabMove|on.grabMove]]''' | + | *'''[[:Category:on.grabMove|on.grabMove]]''' |
| − | *'''[[:Category:on.grabUp|on.grabUp]]''' | + | *'''[[:Category:on.grabUp|on.grabUp]]''' |
| − | *'''[[:Category:on.rightMouseDown|on.rightMouseDown]]''' | + | *'''[[:Category:on.rightMouseDown|on.rightMouseDown]]''' |
| | *'''[[:Category:on.rightMouseUp|on.rightMouseUp]]''' | | *'''[[:Category:on.rightMouseUp|on.rightMouseUp]]''' |
| | | | |
| | <br> | | <br> |
| | | | |
| − | *'''[[:Category:on.cutEnabled|on.cutEnabled]]''' | + | *'''[[:Category:on.cutEnabled|on.cutEnabled]]''' |
| − | *'''[[:Category:on.copyEnabled|on.copyEnabled]]''' | + | *'''[[:Category:on.copyEnabled|on.copyEnabled]]''' |
| − | *'''[[:Category:on.pasteEnabled|on.pasteEnabled]]''' | + | *'''[[:Category:on.pasteEnabled|on.pasteEnabled]]''' |
| − | *'''[[:Category:on.cut|on.cut]]''' | + | *'''[[:Category:on.cut|on.cut]]''' |
| − | *'''[[:Category:on.copy|on.copy]]''' | + | *'''[[:Category:on.copy|on.copy]]''' |
| | *'''[[:Category:on.paste|on.paste]]''' | | *'''[[:Category:on.paste|on.paste]]''' |
| | | | |
| − | <br><br> | + | <br><br> |
| | + | |
| | + | [[Category:timer|timer]] |