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
|
2005-05-22 23:01:21 +00:00
|
|
|
# Guidelines (http://usability.kde.org/hig/)
|
|
|
|
|
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
|
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
|
|
|
|
#
|
|
|
|
Toolbars
|
2004-04-21 00:19:27 +00:00
|
|
|
"standard" "on,top"
|
2008-03-01 17:47:04 +00:00
|
|
|
"view/update" "on,top"
|
2004-04-21 00:19:27 +00:00
|
|
|
"extra" "on,top"
|
2008-03-01 15:20:43 +00:00
|
|
|
"review" "auto,review,top"
|
|
|
|
"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"
|
2004-04-21 00:19:27 +00:00
|
|
|
"minibuffer" "off,bottom"
|
2003-06-11 19:21:46 +00:00
|
|
|
End
|