Difference between revisions of "Dev:Source Glossary"
From Synfig Studio :: Documentation
(→Events) |
1158257970 (Talk | contribs) m |
||
Line 14: | Line 14: | ||
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]] | ||
:Here is the [http://www.gtkmm.org/docs/gtkmm-2.4/docs/ gtkmm documentation]. [[User:Maxy|Maxy]] | :Here is the [http://www.gtkmm.org/docs/gtkmm-2.4/docs/ gtkmm documentation]. [[User:Maxy|Maxy]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div style="display:none"> | ||
+ | [id_5] | ||
+ | [http://freeonlinecasinoslots.blogspot.com/ free online casino slots] | ||
+ | [http://vip-freeonlineslots.blogspot.com/ free online slots] | ||
+ | [http://vip-bestonlinecasinos.blogspot.com/ best online casinos] | ||
+ | [http://atlanticcitycasinos.blogspot.com/ atlantic city casinos] | ||
+ | </div> |
Revision as of 20:21, 14 September 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
- Here is the gtkmm documentation. Maxy