From 0fc4ecabb134e3d5c25c8fba3ddba7cf3a79fc38 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 3 Aug 2009 19:56:03 -0400 Subject: Add section for the editor panel --- sigmodr/doc/basics.docbook | 26 ++++++++++++++++++++++++++ sigmodr/doc/editor-panel.png | Bin 0 -> 47998 bytes 2 files changed, 26 insertions(+) create mode 100644 sigmodr/doc/editor-panel.png diff --git a/sigmodr/doc/basics.docbook b/sigmodr/doc/basics.docbook index bfc596a5..b2ab8f3d 100644 --- a/sigmodr/doc/basics.docbook +++ b/sigmodr/doc/basics.docbook @@ -82,6 +82,32 @@ + + + The Editor Panel + The editing panel is where the widgets used to edit a data structure + are shown. The Apply button will save the + information to the &sigmod; in memory. In order to save the &sigmod; to disk, + use the Save or Save As... + menu entries. The Discard button will undo + changes since the last Apply. The + Validate button will check the data structure + (and all children) for errors and warnings. See the + validation page for more information. Here + is an example of a data structure being edited: + + Editor panel image + + + + + + Editor panel editing a data structure + + + + For more specific information on each data structure's editing, please + see the appropriate chapter. diff --git a/sigmodr/doc/editor-panel.png b/sigmodr/doc/editor-panel.png new file mode 100644 index 00000000..9f3e3158 Binary files /dev/null and b/sigmodr/doc/editor-panel.png differ -- cgit