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