2003-08-22 10:37:26 +00:00
|
|
|
# -*- text -*-
|
|
|
|
|
|
|
|
# file default.ui
|
|
|
|
# This file is part of LyX, the document processor.
|
|
|
|
# Licence details can be found in the file COPYING.
|
|
|
|
|
|
|
|
# author John Levon
|
|
|
|
|
|
|
|
# Full author contact details are available in file CREDITS.
|
|
|
|
|
|
|
|
# This is the default LyX user interface definition file.
|
2003-04-30 01:41:28 +00:00
|
|
|
# The syntax should be straightforward enough.
|
2000-07-24 13:53:19 +00:00
|
|
|
|
2005-06-09 09:58:08 +00:00
|
|
|
# The interface is designed (partially) following the KDE Human Interface
|
2011-03-29 00:41:35 +00:00
|
|
|
# Guidelines (http://techbase.kde.org/Projects/Usability/HIG)
|
2005-05-22 23:01:21 +00:00
|
|
|
|
2018-08-30 19:56:26 +00:00
|
|
|
Format 5
|
2011-01-18 15:42:27 +00:00
|
|
|
|
2007-01-06 13:42:15 +00:00
|
|
|
Include "stdmenus.inc"
|
2000-07-24 13:53:19 +00:00
|
|
|
|
2008-03-25 16:02:26 +00:00
|
|
|
Include "stdcontext.inc"
|
|
|
|
|
2007-01-06 13:42:15 +00:00
|
|
|
Include "stdtoolbars.inc"
|
2003-06-11 19:21:46 +00:00
|
|
|
|
|
|
|
# Which toolbars to use.
|
|
|
|
#
|
|
|
|
# The second parameter are the flags :
|
|
|
|
#
|
|
|
|
# on: the toolbar is visible
|
|
|
|
# off: the toolbar is not visible
|
2008-02-29 09:18:21 +00:00
|
|
|
# auto: the toolbar is automatically shown and hidden depending on the
|
|
|
|
# next 3 flags.
|
|
|
|
#
|
2003-06-11 19:21:46 +00:00
|
|
|
# math: the toolbar is visible only when in math
|
2007-12-23 00:47:37 +00:00
|
|
|
# mathmacrotemplate: the toolbar is visible only when in a macro definition
|
2003-06-11 19:21:46 +00:00
|
|
|
# table: the toolbar is visible only when in a table
|
2020-01-12 20:47:54 +00:00
|
|
|
# review: the toolbar is visible only when inside a tracked change or
|
|
|
|
# change tracking is enabled
|
2012-08-21 12:56:34 +00:00
|
|
|
# ipa: the toolbar is only visible when inside an ipa inset
|
2008-02-29 09:18:21 +00:00
|
|
|
#
|
2003-06-11 19:21:46 +00:00
|
|
|
# top: the toolbar should be at the top of the window
|
|
|
|
# bottom: the toolbar should be at the bottom of the window
|
|
|
|
# left: the toolbar should be at the left of the window
|
|
|
|
# right: the toolbar should be at the right of the window
|
|
|
|
#
|
2010-01-27 17:19:14 +00:00
|
|
|
# samerow: do not create new line for this toolbar
|
|
|
|
# (note that order of toolbars is defined in stdtoolbars.inc)
|
|
|
|
#
|
2003-06-11 19:21:46 +00:00
|
|
|
Toolbars
|
2004-04-21 00:19:27 +00:00
|
|
|
"standard" "on,top"
|
2008-03-01 17:47:04 +00:00
|
|
|
"view/update" "on,top"
|
2010-01-27 17:19:14 +00:00
|
|
|
"extra" "on,top,samerow"
|
2008-03-01 15:20:43 +00:00
|
|
|
"review" "auto,review,top"
|
2008-07-29 17:40:26 +00:00
|
|
|
"vcs" "off,top"
|
2008-03-01 15:20:43 +00:00
|
|
|
"table" "auto,table,bottom"
|
|
|
|
"math_panels" "auto,math,bottom"
|
|
|
|
"math" "auto,math,bottom"
|
2008-02-29 09:18:21 +00:00
|
|
|
"mathmacrotemplate" "auto,mathmacrotemplate,bottom"
|
2012-08-21 12:56:34 +00:00
|
|
|
"ipa" "auto,ipa,bottom"
|
2015-04-18 17:10:33 +00:00
|
|
|
"minibuffer" "auto,minibuffer,bottom"
|
2003-06-11 19:21:46 +00:00
|
|
|
End
|