interface.sgml 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!-- retain these comments for translator revision tracking -->
  2. <!-- $Id$ -->
  3. <chapter id="interface">
  4. <title>The user Interface</title>
  5. <para>When you start Synfig Studio, it will display a splash graphic and boot
  6. itself up. After it finishes loading, you should see three windows. The window
  7. in the upper left is the toolbox. This is where you can open files, change tools,
  8. etc. You'll notice that most of the buttons are greyed out--because there is no
  9. file open yet.</para>
  10. <para>The other two windows (one on the bottom, and one to the right) are
  11. customizable dock dialogs. You can rearrange the contents of these however
  12. you wish by simply dragging the tab to where you want it. You can even create a
  13. new dock dialog by dragging a tab out of the dock dialog it was inside of.</para>
  14. <para>If you ever accidently close a dock tabs (by dragging it out of the dock
  15. dialog, and closing the new dock dialog that gets created), no worries. Simply
  16. goto the toolbox and goto "File->Dialogs", and then click on the name of the
  17. dialog you need.</para>
  18. <para>There are a lot of dock tabs. If you have no idea what a dock tab does,
  19. simply hold your mouse over its icon and a tooltip will pop up describing the
  20. name of the tab.<para>
  21. Here are some of the more important ones:
  22. <itemizedlist>
  23. <listitem>
  24. <para>Layers Dialog (<xref linkend="layers"/>) - This tab shows you the layer
  25. hierarchy for the currently selected canvas. It also allows you to manipulate
  26. these layers.</para>
  27. </listitem>
  28. <listitem>
  29. <para>Params Dialog (<xref linkend="params"/>)- This tab will show you the
  30. parameters of the currently selected layer, (OR, if multiple layers are
  31. selected, it shows you only the parameters that the selected layers have
  32. in common)</para>
  33. </listitem>
  34. <listitem>
  35. <para>Tool Options Dialog (<xref linkend="tooloptions"/>) - Shows you any
  36. options specific to the currently selected tool</para>
  37. </listitem>
  38. <listitem>
  39. <para>Navigator (<xref linkend="navigator"/>) - Shows you a thumbnail of what the currently selected Canvas
  40. looks like. You can also zoom in and move the focus around with this tab.</para>
  41. </listitem>
  42. <listitem>
  43. <para>History Dialog (<xref linkend="history"/>- Shows you the history stack for the current composition.
  44. You can also edit the actions in history.</para>
  45. </listitem>
  46. </itemizedlist>
  47. <para>If you click the "new composition" button in the toolbox, a new composition
  48. will be opened and the canvas properties dialog will appear.</para>
  49. <para>The canvas properties dialog is a mess, I know. I'll have it re-designed into
  50. something much more comprehendible in the next few days. For now, ignore the
  51. "Image Area" and "Locks and Links" sections.</para>
  52. <para>If you click OK, the canvas properties dialog will disappear and you will see
  53. the Canvas window. This window represents the Root Canvas, not that that means much
  54. to you at the moment, but that's OK--I'm just trying to show you around.</para>
  55. <para>In the upper left corner of the Canvas Window, you'll see a button with a
  56. caret If you click on this button, the canvas window menu will pop up. (As an aside,
  57. if you right click in the canvas area and there is not a layer under the mouse
  58. position, this menu will also appear) So now you know where the menu is in the Canvas
  59. Window. Good. Everything else should be pretty self-explanatory in the Canvas Window.
  60. (Explanations on the menu stuff is to come in a sec)</para>
  61. &toolbox.sgml;
  62. &layers.sgml;
  63. &params.sgml;
  64. &tooloptions.sgml;
  65. &navigator.sgml;
  66. &history.sgml;
  67. </chapter>