Difference between revisions of "Dev:Source Glossary"
From Synfig Studio :: Documentation
(Notes about stuff. Yeah.) |
(→Action) |
||
Line 7: | Line 7: | ||
===Action=== | ===Action=== | ||
I don't know yet, but there's a lot of them! [[User:SnapSilverlight|Snap]] | I don't know yet, but there's a lot of them! [[User:SnapSilverlight|Snap]] | ||
+ | |||
+ | Probably everything that can be undone.<br> | ||
+ | ?where is an action created / stored / executed? | ||
===Events=== | ===Events=== | ||
Synfig has an event system, using GTK's event system, I think. [[User:SnapSilverlight|Snap]] | Synfig has an event system, using GTK's event system, I think. [[User:SnapSilverlight|Snap]] |
Revision as of 21:47, 25 April 2006
State
Any tool in the toolbox, these define Synfig's modes.
States can be transitory ( state_stroke is responsible only for displaying/inputting the stroke as you draw it with another tool) or they can register themselves with the Toolbox and be 'sticky'.
Action
I don't know yet, but there's a lot of them! Snap
Probably everything that can be undone.
?where is an action created / stored / executed?
Events
Synfig has an event system, using GTK's event system, I think. Snap