1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
When you start up an editor you will see the so-called main window. The
main window of the table editors contains the following parts:
Menu bar.
---------
The menu bar located under the main window's title bar organizes most of
the commands and features of the editors. Some frequently used commands
can also be called directly, without going through a menu, by means of
a keystroke shortcut, called an accelerator.
Drawing area.
-------------
The drawing area, also called pane or canvas, is used to create, edit
and delete the graphical items of your document by using the mouse. The
whole drawing area is larger than the main window. You can use the
scroll bars on the right and bottom side of the drawing area to view the
drawing area that requires more space than is available at any one time.
Document type and document name.
--------------------------------
These are two text fields above the drawing area. The document type is
fixed. The document name can be changed by editing the text field and
then typing <return>.
Modified toggle.
----------------
This is visible as a toggle above the drawing area. When the document
has been modified, but it is not saved yet, it is on.
Status area.
------------
The result of the last issued command is displayed below the drawing
area in an unshaded and uneditable text field.
Arrow Buttons.
--------------
In the bottom-left corner of the main window there are four arrow
shaped buttons by which you can move the entire document over the
drawing area. Amidst these four buttons there is a button labeled "C",
by which you can center the drawing on the first page in the drawing
area.
Autoresizing toggle.
--------------------
When this toggle is on, the rows and columns of the table are
automatically resized to make the cells fit the text that they contain.
In-line edit toggle.
--------------------
When it is on, text can be typed directly into the drawing area. When
it is off, text editing takes place in a text edit dialog.
Directory.
----------
The name of the project or working directory is visible in an editable
text field. You can edit this text field ended by <return> to change
the project directory.
Scale value.
-----------
The current scale percentage is shown in the bottom-right corner. By
performing the scale commands of the Scale menu this value is updated.
Logo.
-----
This is the button in the top-right corner. This is the logo of the
toolkit. When you press the button you'll see an "about window".
|