]> git.lyx.org Git - lyx.git/blob - lib/ui/default.ui
412ac8f5f8e226fa72af211c710285a8760e94be
[lyx.git] / lib / ui / default.ui
1 # This is the default LyX user interface definition file.         -*- text -*-
2 # The syntax should be straightforward enough.
3
4 Include "stdmenus.ui"
5
6 Include "stdtoolbars.ui"
7
8 # Which toolbars to use.
9 #
10 # The second parameter are the flags :
11 #
12 # on: the toolbar is visible
13 # off: the toolbar is not visible
14 # math: the toolbar is visible only when in math
15 # table: the toolbar is visible only when in a table
16 # top: the toolbar should be at the top of the window
17 # bottom: the toolbar should be at the bottom of the window
18 # left: the toolbar should be at the left of the window
19 # right: the toolbar should be at the right of the window
20 #
21 Toolbars
22         "Standard" "on,top"
23         "Extra" "on,top"
24         "Table" "off,bottom"
25         "Math" "off,bottom"
26         "Command Buffer" "off,bottom"
27 End