]> git.lyx.org Git - lyx.git/blob - lib/ui/default.ui
make "make distcheck" work
[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 Include "stdmenus.ui"
15
16 Include "stdtoolbars.ui"
17
18 # Which toolbars to use.
19 #
20 # The second parameter are the flags :
21 #
22 # on: the toolbar is visible
23 # off: the toolbar is not visible
24 # math: the toolbar is visible only when in math
25 # table: the toolbar is visible only when in a table
26 # top: the toolbar should be at the top of the window
27 # bottom: the toolbar should be at the bottom of the window
28 # left: the toolbar should be at the left of the window
29 # right: the toolbar should be at the right of the window
30 #
31 Toolbars
32         "standard" "on,top"
33         "extra" "on,top"
34         "table" "off,bottom"
35         "math" "off,bottom"
36         "minibuffer" "off,bottom"
37 End