update version
[lttv.git] / ltt / branches / poly / doc / developer / gui_layout.txt
index ff3520e792334ddbf9ccdd05f00227d926844306..c3a82d21dadd23c8e7420ff07e593e1ef1d200a8 100644 (file)
@@ -1,7 +1,6 @@
 GUI Layout
 
 
-Mathieu Desnoyers, June 2003
 
 
 In order to implement the GUI, choices has to be made based on habitual interfaces that we know users are familiar with. The inspiration for these choices came mainly from the Mozilla browser project and also from Openoffice, which are currently used as two userfriendly applications in various Linux distribution at the time of this writing.
@@ -38,8 +37,11 @@ Here is a short description of each menu entry
 *New -> *Empty trace set : open a new window with an empty trace set.
         *Clone trace set : copy the content of the current window in a new
                           window.
+       *
+       *Tab : Opens a new tab.
 *Open : open a trace set. Calls a file selection dialog.
 *Close : close the current window.
+*Close Tab : close the current tab.
 *
 *Add trace : Add a trace to the window's traceset. Calls file selection dialog.
 *Remove trace : Removes a trace from the traceset.
@@ -102,9 +104,11 @@ So we have something like this :
 --------------------------------------------------------------------------------
 | Toolbar of the current viewer                                                |
 --------------------------------------------------------------------------------
-| viewers in vpaned                                                            |
-|                                                                              |
-|                                                                              |
+||Current Tab|                                                                 |
+|-----------------------------------------------------------------------------||
+||viewers in vpaned                                                           ||
+||                                                                            ||
+||----------------------------------------------------------------------------||
 --------------------------------------------------------------------------------
 | Status bar                                                                   |
 --------------------------------------------------------------------------------
@@ -135,3 +139,4 @@ Delete current viewer
 Add viewer's specific insertion buttons are added here.
 
 
+Mathieu Desnoyers, June 2003
This page took 0.024112 seconds and 4 git commands to generate.