]> git.lyx.org Git - lyx.git/blob - lib/ui/default.ui
FeynmanDiagrams: some cleanup for previous commit
[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 "stdcontext.inc"
20
21 Include "stdtoolbars.inc"
22
23 # Which toolbars to use.
24 #
25 # The second parameter are the flags :
26 #
27 # on: the toolbar is visible
28 # off: the toolbar is not visible
29 # auto: the toolbar is automatically shown and hidden depending on the
30 #       next 3 flags.
31 #
32 # math: the toolbar is visible only when in math
33 # mathmacrotemplate: the toolbar is visible only when in a macro definition
34 # table: the toolbar is visible only when in a table
35 # review: the toolbar is visible only when inside a tracked change
36 #
37 # top: the toolbar should be at the top of the window
38 # bottom: the toolbar should be at the bottom of the window
39 # left: the toolbar should be at the left of the window
40 # right: the toolbar should be at the right of the window
41 #
42 # samerow: do not create new line for this toolbar
43 #        (note that order of toolbars is defined in stdtoolbars.inc)
44 #
45 Toolbars
46         "standard" "on,top"
47         "view/update" "on,top"
48         "extra" "on,top,samerow"
49         "review" "auto,review,top"
50         "vcs" "off,top"
51         "table" "auto,table,bottom"
52         "math_panels" "auto,math,bottom"
53         "math" "auto,math,bottom"
54         "mathmacrotemplate" "auto,mathmacrotemplate,bottom"
55         "minibuffer" "off,bottom"
56 End