1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2K.1beta (1.50)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>urdb files</TITLE>
<META NAME="description" CONTENT="urdb files">
<META NAME="keywords" CONTENT="manual">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="manual.css">
<LINK REL="previous" HREF="node14.html">
<LINK REL="up" HREF="node12.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next_g.gif">
<A NAME="tex2html212"
HREF="node12.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A>
<A NAME="tex2html208"
HREF="node14.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A>
<A NAME="tex2html214"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A>
<BR>
<B> Up:</B> <A NAME="tex2html213"
HREF="node12.html">Configuration</A>
<B> Previous:</B> <A NAME="tex2html209"
HREF="node14.html">Menu definition files</A>
  <B> <A NAME="tex2html215"
HREF="node1.html">Contents</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION05030000000000000000"></A>
<A NAME="urdb"></A>
<BR>
urdb files
</H1>
urdb-files have the same format as xrdb files (see xrdb documentation for details) except that there are some additional macros defined which are replaced by uwm workspace dependent. These macros are:
<DL COMPACT>
<DT>@BACKGROUND@
<DD>represents the workspace's background color set with <TT>BackColor</TT> in uwmrc.
<DT>@LIGHTCOLOR@
<DD>represents the workspace's light bevel color for <TT>BackColor</TT>.
<DT>@SHADOWCOLOR@
<DD>represents the workspace's shadow bevel color for <TT>BackColor</TT>.
<DT>@STANDARDTEXT@
<DD>represents the workspace's standard text color (<TT>TextColor</TT>).
<DT>@INACTIVETEXT@
<DD>represents the workspace's color for inactive text (<TT>InactiveText</TT>)
<DT>@HIGHLIGHTEDTEXT@
<DD>represents the workspace's color for highlighted text (<TT>HighlightedText</TT>)
<DT>@HIGHLIGHTEDBGR@
<DD>represents the workspace's background color for highlighted text (<TT>HighlightedBgr</TT>)
<DT>@TEXTCOLOR@
<DD>represents the workspace's text color for text windows (<TT>TextColor</TT>)
<DT>@TEXTBGR@
<DD>represents the workspace's background color for text windows (<TT>TextBgr</TT>)
<DT>@BEVELWIDTH@
<DD>the standard bevel width (<TT>BevelWidth</TT>).
<DT>@FLAGS@
<DD>1 if transient menus are activated, if not 0.
<DT>@STANDARDFONT@
<DD>the standard font (<TT>MenuFont</TT>).
<DT>@INACTIVEFONT@
<DD>the font for inactive buttons etc (<TT>InactiveFont</TT>)
<DT>@HIGHLIGHTFONT@
<DD>the font used for highlighted text (<TT>HighlightFont</TT>)
<DT>@TEXTFONT@
<DD>the font used for text windows (<TT>TextFont</TT>)
</DD>
</DL>
<BR><HR>
<ADDRESS>
The <a href="http://udeproject.sourceforge.net">ude</a> project
</ADDRESS>
</BODY>
</HTML>
|