]> git.lyx.org Git - lyx.git/blob - lib/ui/default.ui
typos
[lyx.git] / lib / ui / default.ui
1 # -*- text -*-
2
3 # file default.ui
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author John Levon
8
9 # Full author contact details are available in file CREDITS.
10
11 # This is the default LyX user interface definition file.
12 # The syntax should be straightforward enough.
13
14 # The interface is designed (partially) following the KDE Human Interface
15 # Guidelines (http://usability.kde.org/hig/)
16
17 Include "stdmenus.inc"
18
19 Include "stdtoolbars.inc"
20
21 # Which toolbars to use.
22 #
23 # The second parameter are the flags :
24 #
25 # on: the toolbar is visible
26 # off: the toolbar is not visible
27 # math: the toolbar is visible only when in math
28 # table: the toolbar is visible only when in a table
29 # top: the toolbar should be at the top of the window
30 # bottom: the toolbar should be at the bottom of the window
31 # left: the toolbar should be at the left of the window
32 # right: the toolbar should be at the right of the window
33 #
34 Toolbars
35         "standard" "on,top"
36         "extra" "on,top"
37         "view/update" "on,right"
38         "review" "review,top"
39         "table" "table,bottom"
40         "math" "math,bottom"
41         "minibuffer" "off,bottom"
42 End