dtfpfile.sgm 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853
  1. <!-- $XConsortium: dtfpfile.sgm /main/8 1996/08/31 14:55:31 rws $ -->
  2. <!-- (c) Copyright 1995 Digital Equipment Corporation. -->
  3. <!-- (c) Copyright 1995 Hewlett-Packard Company. -->
  4. <!-- (c) Copyright 1995 International Business Machines Corp. -->
  5. <!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
  6. <!-- (c) Copyright 1995 Novell, Inc. -->
  7. <!-- (c) Copyright 1995 FUJITSU LIMITED. -->
  8. <!-- (c) Copyright 1995 Hitachi. -->
  9. <refentry id="CDEMX.MAN95.rsml.1">
  10. <refmeta><refentrytitle>dtfpfile</refentrytitle><manvolnum>special file</manvolnum>
  11. </refmeta>
  12. <refnamediv><refname><filename>dtfpfile</filename></refname><refpurpose>format
  13. and locations of front panel configuration files</refpurpose></refnamediv>
  14. <!-- CDE Common Source Format, Version 1.0.0-->
  15. <!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  16. <!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  17. <!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  18. <!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  19. <refsynopsisdiv>
  20. <synopsis>set DtDbVersion=<emphasis>version_number</emphasis>
  21. set <emphasis>VariableName</emphasis>=<emphasis>variable_value</emphasis>
  22. <emphasis>RecordType</emphasis> <emphasis>record_name</emphasis>
  23. {
  24. # <emphasis>Comment</emphasis>
  25. <emphasis>Keyword</emphasis> <emphasis>Value</emphasis>
  26. <emphasis>Keyword</emphasis> <emphasis>Value</emphasis>
  27. ...
  28. }</synopsis>
  29. </refsynopsisdiv>
  30. <refsect1>
  31. <title>DESCRIPTION</title>
  32. <para>The <literal>dtfpfile</literal> front panel database provides definitions
  33. for the components that define the content and functionality of the front
  34. panel. Files containing front panel definitions must end with the <Filename>.fp</Filename> suffix. Like the action and data type database, the front panel
  35. database is constructed by reading all files ending in the <Filename>.fp</Filename>
  36. suffix found in the search path specified by the <systemitem class="EnvironVar">DTDATABASESEARCHPATH</systemitem> environment variable.</para>
  37. <para>See &cdeman.dtdtfile; for a complete description of the
  38. directory locations where these database files are found and for a description
  39. of the specific syntax for the database files.</para>
  40. <refsect2>
  41. <title>File Format</title>
  42. <para>The general syntax of the front panel configuration files is as described
  43. above in the SYNOPSIS section of this man page.</para>
  44. <para>The <emphasis>Comments</emphasis>, <emphasis>Versions</emphasis> and <emphasis>Variables</emphasis> fields are described in &cdeman.dtdtfile;.
  45. </para>
  46. <para>The front panel record types each have a set of Keyword and Value pairs.
  47. There are six record types defined: <systemitem class="Constant">PANEL</systemitem>, <systemitem class="Constant">BOX</systemitem>, <systemitem class="Constant">SUBPANEL</systemitem>, <systemitem class="Constant">SWITCH</systemitem>, <systemitem class="Constant">CONTROL</systemitem> and <systemitem class="Constant">ANIMATION</systemitem>. Each
  48. record type has a set of keywords defined for it. Many of the keywords are
  49. used for multiple record types.</para>
  50. </refsect2>
  51. <refsect2>
  52. <title>Record Types</title>
  53. <variablelist>
  54. <varlistentry><term><Symbol>PANEL</Symbol> <emphasis>front panel name</emphasis></term>
  55. <listitem>
  56. <para>The <systemitem class="Constant">PANEL</systemitem> record type defines
  57. the outermost container of the front panel. It can contain one or more <systemitem class="Constant">BOX</systemitem>es and optionally repositioning handles,
  58. a menu and a minimize button. The keywords defined for <systemitem class="Constant">PANEL</systemitem> are described in the following table.</para>
  59. </listitem>
  60. </varlistentry>
  61. </variablelist>
  62. <informaltable remap="center" orient="port">
  63. <tgroup cols="3" colsep="0" rowsep="0">
  64. <?PubTbl tgroup dispwid="5.93in">
  65. <colspec align="left" colname="col1" colwidth="229*">
  66. <colspec align="left" colwidth="159*">
  67. <colspec align="left" colname="col3" colwidth="101*">
  68. <spanspec nameend="col3" namest="col1" spanname="1to3">
  69. <tbody>
  70. <row>
  71. <entry align="left" spanname="1to3" valign="top"><literal>PANEL Record Type
  72. Keywords and Values</literal></entry></row>
  73. <row>
  74. <entry align="left" valign="top"><literal>Keyword</literal></entry>
  75. <entry align="left" valign="top"><literal>Value</literal></entry>
  76. <entry align="left" valign="top"><literal>Default</literal></entry></row>
  77. <row>
  78. <entry align="left" valign="top">CONTROL_BEHAVIOR</entry>
  79. <entry align="left" valign="top">(<literal>double_click</literal>/ <literal>single_click</literal>)</entry>
  80. <entry align="left" valign="top">single_click</entry></row>
  81. <row>
  82. <entry align="left" valign="top">DISPLAY_CONTROL_LABELS</entry>
  83. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  84. <entry align="left" valign="top">False</entry></row>
  85. <row>
  86. <entry align="left" valign="top">DISPLAY_HANDLES</entry>
  87. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  88. <entry align="left" valign="top">True</entry></row>
  89. <row>
  90. <entry align="left" valign="top">DISPLAY_MENU</entry>
  91. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  92. <entry align="left" valign="top">True</entry></row>
  93. <row>
  94. <entry align="left" valign="top">DISPLAY_MINIMIZE</entry>
  95. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  96. <entry align="left" valign="top">True</entry></row>
  97. <row>
  98. <entry align="left" valign="top">HELP_STRING</entry>
  99. <entry align="left" valign="top"><symbol role="Variable">string</symbol></entry>
  100. <entry align="left" valign="top">NULL</entry></row>
  101. <row>
  102. <entry align="left" valign="top">HELP_TOPIC</entry>
  103. <entry align="left" valign="top"><emphasis>topic name</emphasis></entry>
  104. <entry align="left" valign="top">NULL</entry></row>
  105. <row>
  106. <entry align="left" valign="top">HELP_VOLUME</entry>
  107. <entry align="left" valign="top"><emphasis>volume name</emphasis></entry>
  108. <entry align="left" valign="top">FPanel</entry></row>
  109. <row>
  110. <entry align="left" valign="top">LOCKED</entry>
  111. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  112. <entry align="left" valign="top">False</entry></row>
  113. <row>
  114. <entry align="left" valign="top">PANEL_GEOMETRY</entry>
  115. <entry align="left" valign="top">{+&minus;}<symbol role="Variable">xoffset</symbol>[{+&minus;}<symbol role="Variable">yoffset</symbol>]</entry>
  116. <entry align="left" valign="top">NULL</entry></row>
  117. <row>
  118. <entry align="left" valign="top">RESOLUTION</entry>
  119. <entry align="left" valign="top">(<literal>high</literal>/<literal>medium</literal> /<literal>low</literal>/<literal>match_display</literal>)</entry>
  120. <entry align="left" valign="top">match_display</entry></row>
  121. <row>
  122. <entry align="left" valign="top">SUBPANEL_UNPOST</entry>
  123. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  124. <entry align="left" valign="top">True</entry></row></tbody></tgroup></informaltable>
  125. <variablelist>
  126. <varlistentry><term><Symbol>BOX</Symbol> <emphasis>box name</emphasis></term>
  127. <listitem>
  128. <para>The <systemitem class="Constant">BOX</systemitem> record type defines
  129. a container within a <systemitem class="Constant">PANEL</systemitem> that
  130. can hold a row of <systemitem class="Constant">CONTROLS</systemitem> and at
  131. most one <systemitem class="Constant">SWITCH</systemitem> container. Multiple <systemitem class="Constant">BOX</systemitem>es within a <systemitem class="Constant">PANEL</systemitem> are stacked vertically. The keywords defined for <systemitem class="Constant">BOX</systemitem> are described in the following table.</para>
  132. </listitem>
  133. </varlistentry>
  134. </variablelist>
  135. <informaltable remap="center" orient="port">
  136. <tgroup cols="3" colsep="0" rowsep="0">
  137. <colspec align="left" colname="col1" colwidth="160*">
  138. <colspec align="left" colwidth="184*">
  139. <colspec align="left" colname="col3" colwidth="112*">
  140. <spanspec nameend="col3" namest="col1" spanname="1to3">
  141. <tbody>
  142. <row>
  143. <entry align="left" spanname="1to3" valign="top"><literal>BOX Record Type
  144. Keywords and Values</literal></entry></row>
  145. <row>
  146. <entry align="left" valign="top"><literal>Keyword</literal></entry>
  147. <entry align="left" valign="top"><literal>Value</literal></entry>
  148. <entry align="left" valign="top"><literal>Default</literal></entry></row>
  149. <row>
  150. <entry align="left" valign="top">CONTAINER_NAME</entry>
  151. <entry align="left" valign="top">front panel name</entry>
  152. <entry align="left" valign="top">NULL (required)</entry></row>
  153. <row>
  154. <entry align="left" valign="top">DELETE</entry>
  155. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  156. <entry align="left" valign="top">False</entry></row>
  157. <row>
  158. <entry align="left" valign="top">HELP_STRING</entry>
  159. <entry align="left" valign="top"><symbol role="Variable">string</symbol></entry>
  160. <entry align="left" valign="top">NULL</entry></row>
  161. <row>
  162. <entry align="left" valign="top">HELP_TOPIC</entry>
  163. <entry align="left" valign="top"><emphasis>topic name</emphasis></entry>
  164. <entry align="left" valign="top">NULL</entry></row>
  165. <row>
  166. <entry align="left" valign="top">HELP_VOLUME</entry>
  167. <entry align="left" valign="top"><emphasis>volume name</emphasis></entry>
  168. <entry align="left" valign="top">FPanel</entry></row>
  169. <row>
  170. <entry align="left" valign="top">LOCKED</entry>
  171. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  172. <entry align="left" valign="top">False</entry></row>
  173. <row>
  174. <entry align="left" valign="top">POSITION_HINTS</entry>
  175. <entry align="left" valign="top">(<literal>first</literal>/<literal>last</literal>/<symbol role="Variable">integer</symbol> &ge; 1)</entry>
  176. <entry align="left" valign="top">first</entry></row></tbody></tgroup></informaltable>
  177. <variablelist>
  178. <varlistentry><term><Symbol>SUBPANEL</Symbol> <emphasis>subpanel name</emphasis></term>
  179. <listitem>
  180. <para>The <systemitem class="Constant">SUBPANEL</systemitem> record type defines
  181. a secondary container for <systemitem class="Constant">CONTROL</systemitem>s
  182. that slide up from the front panel. <systemitem class="Constant">SUBPANEL</systemitem> s can also contain a drop zone where new controls can be dynamically
  183. added. The keywords defined for <systemitem class="Constant">SUBPANEL</systemitem>
  184. are described in the following table.</para>
  185. </listitem>
  186. </varlistentry>
  187. </variablelist>
  188. <informaltable remap="center" orient="port">
  189. <tgroup cols="3" colsep="0" rowsep="0">
  190. <colspec align="left" colname="col1" colwidth="166*">
  191. <colspec align="left" colwidth="121*">
  192. <colspec align="left" colname="col3" colwidth="169*">
  193. <spanspec nameend="col3" namest="col1" spanname="1to3">
  194. <tbody>
  195. <row>
  196. <entry align="left" spanname="1to3" valign="top"><literal>SUBPANEL Record
  197. Type Keywords and Values</literal></entry></row>
  198. <row>
  199. <entry align="left" valign="top"><literal>Keyword</literal></entry>
  200. <entry align="left" valign="top"><literal>Value</literal></entry>
  201. <entry align="left" valign="top"><literal>Default</literal></entry></row>
  202. <row>
  203. <entry align="left" valign="top">CONTAINER_NAME</entry>
  204. <entry align="left" valign="top"><emphasis>control name</emphasis></entry>
  205. <entry align="left" valign="top">NULL (required)</entry></row>
  206. <row>
  207. <entry align="left" valign="top">CONTROL_INSTALL</entry>
  208. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  209. <entry align="left" valign="top">True</entry></row>
  210. <row>
  211. <entry align="left" valign="top">DELETE</entry>
  212. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  213. <entry align="left" valign="top">False</entry></row>
  214. <row>
  215. <entry align="left" valign="top">HELP_STRING</entry>
  216. <entry align="left" valign="top"><symbol role="Variable">string</symbol></entry>
  217. <entry align="left" valign="top">NULL</entry></row>
  218. <row>
  219. <entry align="left" valign="top">HELP_TOPIC</entry>
  220. <entry align="left" valign="top"><emphasis>topic name</emphasis></entry>
  221. <entry align="left" valign="top">NULL</entry></row>
  222. <row>
  223. <entry align="left" valign="top">HELP_VOLUME</entry>
  224. <entry align="left" valign="top"><emphasis>volume name</emphasis></entry>
  225. <entry align="left" valign="top">FPanel</entry></row>
  226. <row>
  227. <entry align="left" valign="top">LOCKED</entry>
  228. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  229. <entry align="left" valign="top">False</entry></row>
  230. <row>
  231. <entry align="left" valign="top">TITLE</entry>
  232. <entry align="left" valign="top"><symbol role="Variable">string</symbol></entry>
  233. <entry align="left" valign="top">NULL</entry></row></tbody></tgroup></informaltable>
  234. <variablelist>
  235. <varlistentry><term><Symbol>SWITCH</Symbol> <emphasis>switch name</emphasis></term>
  236. <listitem>
  237. <para>The <systemitem class="Constant">SWITCH</systemitem> record type defines
  238. a container within a <systemitem class="Constant">BOX</systemitem> that contains
  239. a set of push buttons, each of which give access to a corresponding workspace.
  240. See &cdeman.dtwm; for a description of the multiple workspace capabilities.
  241. Also contained within the <systemitem class="Constant">SWITCH</systemitem>
  242. container is an optional set of <systemitem class="Constant">CONTROL</systemitem>s.
  243. These are presented in a column on each side of the push buttons. The keywords
  244. defined for <systemitem class="Constant">SWITCH</systemitem> are described
  245. in the following table.</para>
  246. </listitem>
  247. </varlistentry>
  248. </variablelist>
  249. <informaltable remap="center" orient="port">
  250. <tgroup cols="3" colsep="0" rowsep="0">
  251. <?PubTbl tgroup dispwid="5.93in">
  252. <colspec align="left" colname="col1" colwidth="173*">
  253. <colspec align="left" colwidth="177*">
  254. <colspec align="left" colname="col3" colwidth="139*">
  255. <spanspec nameend="col3" namest="col1" spanname="1to3">
  256. <tbody>
  257. <row>
  258. <entry align="left" spanname="1to3" valign="top"><literal>SWITCH Record Type
  259. Keywords and Values</literal></entry></row>
  260. <row>
  261. <entry align="left" valign="top"><literal>Keyword</literal></entry>
  262. <entry align="left" valign="top"><literal>Value</literal></entry>
  263. <entry align="left" valign="top"><literal>Default</literal></entry></row>
  264. <row>
  265. <entry align="left" valign="top">CONTAINER_NAME</entry>
  266. <entry align="left" valign="top"><emphasis>box name</emphasis></entry>
  267. <entry align="left" valign="top">NULL (required)</entry></row>
  268. <row>
  269. <entry align="left" valign="top">DELETE</entry>
  270. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  271. <entry align="left" valign="top">False</entry></row>
  272. <row>
  273. <entry align="left" valign="top">HELP_STRING</entry>
  274. <entry align="left" valign="top"><symbol role="Variable">string</symbol></entry>
  275. <entry align="left" valign="top">NULL</entry></row>
  276. <row>
  277. <entry align="left" valign="top">HELP_TOPIC</entry>
  278. <entry align="left" valign="top"><emphasis>topic name</emphasis></entry>
  279. <entry align="left" valign="top">NULL</entry></row>
  280. <row>
  281. <entry align="left" valign="top">HELP_VOLUME</entry>
  282. <entry align="left" valign="top"><emphasis>volume name</emphasis></entry>
  283. <entry align="left" valign="top">FPanel</entry></row>
  284. <row>
  285. <entry align="left" valign="top">LOCKED</entry>
  286. <entry align="left" valign="top">(<systemitem class="Constant">True</systemitem>/<systemitem class="Constant">False</systemitem>)</entry>
  287. <entry align="left" valign="top">False</entry></row>
  288. <row>
  289. <entry align="left" valign="top">NUMBER_OF_ROWS</entry>
  290. <entry align="left" valign="top"><symbol role="Variable">integer</symbol></entry>
  291. <entry align="left" valign="top">2</entry></row>
  292. <row>
  293. <entry align="left" valign="top">POSITION_HINTS</entry>
  294. <entry align="left" valign="top">(<literal>first</literal>/<literal>last</literal>/<symbol role="Variable">integer</symbol> &ge; 1)</entry>
  295. <entry align="left" valign="top">first</entry></row></tbody></tgroup></informaltable>
  296. <variablelist>
  297. <varlistentry><term><Symbol>CONTROL</Symbol> <emphasis>control name</emphasis></term>
  298. <listitem>
  299. <para>The <systemitem class="Constant">CONTROL</systemitem> record type defines
  300. the main functional component of the front panel. <systemitem class="Constant">CONTROL</systemitem>s typically have actions defined for them that are invoked
  301. on selection or drag and drop or both. <systemitem class="Constant">CONTROL</systemitem> s are displayed with icons or labels or both and can have iconic
  302. animations associated with them. The keywords defined for <systemitem class="Constant">CONTROL</systemitem> are described in the following table.</para>
  303. </listitem>
  304. </varlistentry>
  305. </variablelist>
  306. <informaltable remap="center" orient="port">
  307. <tgroup cols="3" colsep="0" rowsep="0">
  308. <colspec align="left" colname="col1" colwidth="188*">
  309. <colspec align="left" colwidth="178*">
  310. <colspec align="left" colname="col3" colwidth="90*">
  311. <spanspec nameend="col3" namest="col1" spanname="1to3">
  312. <tbody>
  313. <row>
  314. <entry align="left" spanname="1to3" valign="top"><literal>CONTROL Record Type
  315. Keywords and Values</literal></entry></row>
  316. <row>
  317. <entry align="left" valign="top"><literal>Keyword</literal></entry>
  318. <entry align="left" valign="top"><literal>Value</literal></entry>
  319. <entry align="left" valign="top"><literal>Default</literal></entry></row>
  320. <row>
  321. <entry align="left" valign="top">ALTERNATE_ICON</entry>
  322. <entry align="left" valign="top"><emphasis>image name</emphasis></entry>
  323. <entry align="left" valign="top">NULL</entry></row>
  324. <row>
  325. <entry align="left" valign="top">CLIENT_GEOMETRY</entry>
  326. <entry align="left" valign="top"><symbol role="Variable">width</symbol> <literal>x</literal> <symbol role="Variable">height</symbol></entry>
  327. <entry align="left" valign="top">NULL</entry></row>
  328. <row>
  329. <entry align="left" valign="top">CLIENT_NAME</entry>
  330. <entry align="left" valign="top"><emphasis>client name</emphasis></entry>
  331. <entry align="left" valign="top">NULL</entry></row>
  332. <row>
  333. <entry align="left" valign="top">CONTAINER_NAME</entry>
  334. <entry align="left" valign="top">(<emphasis>box name</emphasis>/ <emphasis>switch name</emphasis>/<emphasis>subpanel name</emphasis>)</entry>
  335. <entry align="left" valign="top">NULL (required)</entry></row>
  336. <row>
  337. <entry align="left" valign="top">CONTAINER_TYPE</entry>
  338. <entry align="left" valign="top">(<Symbol>BOX</Symbol>/<Symbol>SWITCH</Symbol>/ <Symbol>SUBPANEL</Symbol>)</entry>
  339. <entry align="left" valign="top">NULL (required)</entry></row>
  340. <row>
  341. <entry align="left" valign="top">DATE_FORMAT</entry>
  342. <entry align="left" valign="top"><emphasis>format string</emphasis></entry>
  343. <entry align="left" valign="top">%b%n%e</entry></row>
  344. <row>
  345. <entry align="left" valign="top">DELETE</entry>
  346. <entry align="left" valign="top">(<systemitem class="constant">True</systemitem>/<systemitem class="constant">False</systemitem>)</entry>
  347. <entry align="left" valign="top">False</entry></row>
  348. <row>
  349. <entry align="left" valign="top">DROP_ACTION</entry>
  350. <entry align="left" valign="top"><emphasis>action_name</emphasis></entry>
  351. <entry align="left" valign="top">NULL</entry></row>
  352. <row>
  353. <entry align="left" valign="top">DROP_ANIMATION</entry>
  354. <entry align="left" valign="top"><emphasis>animation name</emphasis></entry>
  355. <entry align="left" valign="top">NULL</entry></row>
  356. <row>
  357. <entry align="left" valign="top">FILE_NAME</entry>
  358. <entry align="left" valign="top"><symbol role="Variable">pathname</symbol></entry>
  359. <entry align="left" valign="top">NULL</entry></row>
  360. <row>
  361. <entry align="left" valign="top">HELP_STRING</entry>
  362. <entry align="left" valign="top"><symbol role="Variable">string</symbol></entry>
  363. <entry align="left" valign="top">NULL</entry></row>
  364. <row>
  365. <entry align="left" valign="top">HELP_TOPIC</entry>
  366. <entry align="left" valign="top"><emphasis>topic name</emphasis></entry>
  367. <entry align="left" valign="top">NULL</entry></row>
  368. <row>
  369. <entry align="left" valign="top">HELP_VOLUME</entry>
  370. <entry align="left" valign="top"><emphasis>volume name</emphasis></entry>
  371. <entry align="left" valign="top">FPanel</entry></row>
  372. <row>
  373. <entry align="left" valign="top">ICON</entry>
  374. <entry align="left" valign="top"><emphasis>image name</emphasis></entry>
  375. <entry align="left" valign="top">NULL</entry></row>
  376. <row>
  377. <entry align="left" valign="top">LABEL</entry>
  378. <entry align="left" valign="top"><symbol role="Variable">string</symbol></entry>
  379. <entry align="left" valign="top">NULL</entry></row>
  380. <row>
  381. <entry align="left" valign="top">LOCKED</entry>
  382. <entry align="left" valign="top">(<systemitem class="constant">True</systemitem>/<systemitem class="constant">False</systemitem>)</entry>
  383. <entry align="left" valign="top">False</entry></row>
  384. <row>
  385. <entry align="left" valign="top">MONITOR_TYPE</entry>
  386. <entry align="left" valign="top">(<literal>none</literal>/<literal>mail</literal>/ <literal>file</literal>)</entry>
  387. <entry align="left" valign="top">none</entry></row>
  388. <row>
  389. <entry align="left" valign="top">POSITION_HINTS</entry>
  390. <entry align="left" valign="top">(<literal>first</literal>/<literal>last</literal>/<symbol role="Variable">integer</symbol> &ge; 1)</entry>
  391. <entry align="left" valign="top">first</entry></row>
  392. <row>
  393. <entry align="left" valign="top">PUSH_ACTION</entry>
  394. <entry align="left" valign="top"><emphasis>action_name</emphasis></entry>
  395. <entry align="left" valign="top">NULL</entry></row>
  396. <row>
  397. <entry align="left" valign="top">PUSH_ANIMATION</entry>
  398. <entry align="left" valign="top"><emphasis>animation name</emphasis></entry>
  399. <entry align="left" valign="top">NULL</entry></row>
  400. <row>
  401. <entry align="left" valign="top">PUSH_RECALL</entry>
  402. <entry align="left" valign="top">(<systemitem class="constant">True</systemitem>/<systemitem class="constant">False</systemitem>)</entry>
  403. <entry align="left" valign="top">False</entry></row>
  404. <row>
  405. <entry align="left" valign="top">TYPE</entry>
  406. <entry align="left" valign="top">(<literal>blank</literal>/<literal>busy</literal>/ <literal>client</literal>/<literal>clock</literal>/<literal>date</literal>/ <literal>file</literal>/<literal>icon</literal>)</entry>
  407. <entry align="left" valign="top">icon</entry></row></tbody></tgroup></informaltable>
  408. <variablelist>
  409. <varlistentry><term><Symbol>ANIMATION</Symbol> <emphasis>animation name</emphasis></term>
  410. <listitem>
  411. <para>The <systemitem class="Constant">ANIMATION</systemitem> record types
  412. are a sequence of image name and time delay pairs that are displayed by a <systemitem class="Constant">CONTROL</systemitem> on a <systemitem class="Constant">PUSH_ACTION</systemitem> or <systemitem class="Constant">DROP_ACTION</systemitem>.</para>
  413. </listitem>
  414. </varlistentry>
  415. </variablelist>
  416. <informaltable remap="center" orient="port">
  417. <tgroup cols="3" colsep="0" rowsep="0">
  418. <colspec align="left" colname="col1" colwidth="123*">
  419. <colspec align="left" colwidth="222*">
  420. <colspec align="left" colname="col3" colwidth="111*">
  421. <spanspec nameend="col3" namest="col1" spanname="1to3">
  422. <tbody>
  423. <row>
  424. <entry align="left" spanname="1to3" valign="top"><literal>ANIMATION Record
  425. Type Keywords and Values</literal></entry></row>
  426. <row>
  427. <entry align="left" valign="top"><literal>Keyword</literal></entry>
  428. <entry align="left" valign="top"><literal>Value</literal></entry>
  429. <entry align="left" valign="top"><literal>Default</literal></entry></row>
  430. <row>
  431. <entry align="left" valign="top">ANIMATION</entry>
  432. <entry align="left" valign="top"><emphasis>image name</emphasis> [ <emphasis>millisecond delay</emphasis>]</entry>
  433. <entry align="left" valign="top">None [200]</entry></row></tbody></tgroup>
  434. </informaltable>
  435. </refsect2>
  436. <refsect2>
  437. <title>Keyword and Value Descriptions</title>
  438. <para>The following list contains a description of each of the keywords defined
  439. by the front panel.</para>
  440. <variablelist>
  441. <varlistentry><term>ALTERNATE_ICON</term>
  442. <listitem>
  443. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  444. </para>
  445. <para>Used with control types of: <literal>busy</literal> and <literal>icon</literal>.</para>
  446. <para><systemitem class="Constant">ALTERNATE_ICON</systemitem> defines an
  447. image to be used to replace the normal image within a control with a mail
  448. or file value for the <systemitem class="Constant">MONITOR_TYPE</systemitem>.
  449. The image is displayed when the file being monitored changes. For the <literal>busy</literal> control, <systemitem class="Constant">ALTERNATE_ICON</systemitem>
  450. is cycled with <systemitem class="Constant">ICON</systemitem> to give the
  451. blinking effect.</para>
  452. </listitem>
  453. </varlistentry>
  454. <varlistentry><term>ANIMATION</term>
  455. <listitem>
  456. <para>Used with record types of: <systemitem class="Constant">ANIMATION</systemitem>.
  457. </para>
  458. <para>Used with control keywords of: <systemitem class="Constant">PUSH_ANIMATION</systemitem> and <systemitem class="Constant">DROP_ANIMATION</systemitem>.
  459. </para>
  460. <para><systemitem class="Constant">ANIMATION</systemitem> defines a sequence
  461. of images to be displayed for either a <systemitem class="Constant">PUSH_ACTION</systemitem> or <systemitem class="Constant">DROP_ACTION</systemitem>. Each
  462. animation within the list is displayed in order with a default time separation
  463. of 200 milliseconds. For a slower or faster sequence, the image name value
  464. can be followed by the amount of time to display the image. If no time value
  465. is specified, the previously specified value is used.</para>
  466. </listitem>
  467. </varlistentry>
  468. <varlistentry><term>CLIENT_GEOMETRY</term>
  469. <listitem>
  470. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  471. </para>
  472. <para>Used with control type of: <literal>client</literal>.</para>
  473. <para>Used with control keywords of: <systemitem class="Constant">CLIENT_NAME</systemitem>.</para>
  474. <para><systemitem class="Constant">CLIENT_GEOMETRY</systemitem> specifies
  475. the size (in pixels) needed for the window of a client displayed within the
  476. front panel.</para>
  477. </listitem>
  478. </varlistentry>
  479. <varlistentry><term>CLIENT_NAME</term>
  480. <listitem>
  481. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  482. </para>
  483. <para>Used with control types of: <literal>client</literal> or <literal>icon</literal>.</para>
  484. <para>Used with control keywords of: <systemitem class="Constant">PUSH_RECALL</systemitem>.</para>
  485. <para><systemitem class="Constant">CLIENT_NAME</systemitem> specifies a name
  486. used to associate a control with an executable. It is necessary for control
  487. types of <literal>client</literal> (an X client running within the front panel)
  488. and for <literal>icon</literal> when the keyword <systemitem class="Constant">PUSH_RECALL</systemitem> is True. The value <emphasis>client name</emphasis>
  489. is the name of the executable or can be set via a command-line argument for
  490. some clients (such as <command>xterm</command> <literal>&minus;name</literal> <emphasis>panelterm</emphasis>). The <emphasis>client name</emphasis> for a running
  491. client can be found by executing xprop. The first string of the <systemitem class="Constant">WM_CLASS</systemitem> property is the value used.</para>
  492. </listitem>
  493. </varlistentry>
  494. <varlistentry><term>CONTAINER_NAME</term>
  495. <listitem>
  496. <para>Used with record types of: <systemitem class="Constant">BOX</systemitem>, <systemitem class="Constant">SUBPANEL</systemitem>, <systemitem class="Constant">SWITCH</systemitem> and <systemitem class="Constant">CONTROL</systemitem>.</para>
  497. <para><systemitem class="Constant">CONTAINER_NAME</systemitem> associates
  498. a component with its parent. For example, the <systemitem class="Constant">CONTAINER_NAME</systemitem> value for a <systemitem class="Constant">SWITCH</systemitem> tells the front panel into which <systemitem class="Constant">BOX</systemitem> it should be placed. Since controls can reside in several
  499. different component types, <systemitem class="Constant">CONTAINER_NAME</systemitem>
  500. is used in conjunction with <systemitem class="Constant">CONTAINER_TYPE</systemitem>
  501. to define a control's parent.</para>
  502. </listitem>
  503. </varlistentry>
  504. <varlistentry><term>CONTAINER_TYPE</term>
  505. <listitem>
  506. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  507. </para>
  508. <para><systemitem class="Constant">CONTAINER_TYPE</systemitem> defines a control's
  509. parent type. This is used to identify a control uniquely so that it can be
  510. created within the proper parent.</para>
  511. </listitem>
  512. </varlistentry>
  513. <varlistentry><term>CONTROL_BEHAVIOR</term>
  514. <listitem>
  515. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>.
  516. </para>
  517. <para><systemitem class="Constant">CONTROL_BEHAVIOR</systemitem> provides
  518. the mechanism for setting the user model for front panel controls. Controls
  519. can be set to invoke their <systemitem class="Constant">PUSH_ACTION</systemitem>
  520. by either a single or double click.</para>
  521. </listitem>
  522. </varlistentry>
  523. <varlistentry><term>CONTROL_INSTALL</term>
  524. <listitem>
  525. <para>Used with record types of: <systemitem class="Constant">SUBPANEL</systemitem>.
  526. </para>
  527. <para><systemitem class="Constant">CONTROL_INSTALL</systemitem> enables or
  528. disables dynamic control installation into subpanels. A value of True causes
  529. the control installation area to be displayed within the subpanel.</para>
  530. </listitem>
  531. </varlistentry>
  532. <varlistentry><term>DATE_FORMAT</term>
  533. <listitem>
  534. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  535. </para>
  536. <para>Used with control types of: <literal>date</literal>.</para>
  537. <para><systemitem class="Constant">DATE_FORMAT</systemitem> specifies the
  538. layout of the date string for a control of type <literal>date</literal>. The
  539. format is the same used by the UNIX <function>strftime</function>(3) function.
  540. </para>
  541. </listitem>
  542. </varlistentry>
  543. <varlistentry><term>DELETE</term>
  544. <listitem>
  545. <para>Used with record types of: <systemitem class="Constant">BOX</systemitem>, <systemitem class="Constant">SUBPANEL</systemitem>, <systemitem class="Constant">SWITCH</systemitem> and <systemitem class="Constant">CONTROL</systemitem>.</para>
  546. <para><systemitem class="Constant">DELETE</systemitem> is used to override
  547. and remove a non-locked component from the front panel. This is necessary
  548. to eliminate system default front panel components without replacing the default
  549. files. To use <systemitem class="Constant">DELETE</systemitem>, a copy of
  550. the component definition with the additional <systemitem class="Constant">DELETE</systemitem> keyword is stored in a file with an <Filename>.fp</Filename>
  551. suffix in the user's or application type's directory.</para>
  552. </listitem>
  553. </varlistentry>
  554. <varlistentry><term>DISPLAY_CONTROL_LABELS</term>
  555. <listitem>
  556. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>.
  557. </para>
  558. <para><systemitem class="Constant">DISPLAY_CONTROL_LABELS</systemitem> specifies
  559. whether the controls contained within the front panel's boxes have their labels
  560. displayed.</para>
  561. </listitem>
  562. </varlistentry>
  563. <varlistentry><term>DISPLAY_HANDLES</term>
  564. <listitem>
  565. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>.
  566. </para>
  567. <para>If <systemitem class="Constant">DISPLAY_HANDLES</systemitem> is set
  568. to True, the move handles are displayed along the left and right edges of
  569. the front panel.</para>
  570. </listitem>
  571. </varlistentry>
  572. <varlistentry><term>DISPLAY_MENU</term>
  573. <listitem>
  574. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>.
  575. </para>
  576. <para>If <systemitem class="Constant">DISPLAY_MENU</systemitem> is set to
  577. True, and <systemitem class="Constant">DISPLAY_HANDLES</systemitem> is also
  578. set to True, the system menu button is displayed in the upper left hand corner
  579. of the front panel.</para>
  580. </listitem>
  581. </varlistentry>
  582. <varlistentry><term>DISPLAY_MINIMIZE</term>
  583. <listitem>
  584. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>.
  585. </para>
  586. <para>If <systemitem class="Constant">DISPLAY_MINIMIZE</systemitem> is set
  587. to True, and <systemitem class="Constant">DISPLAY_HANDLES</systemitem> is
  588. also set to True, the minimize button is displayed in the upper right hand
  589. corner of the front panel.</para>
  590. </listitem>
  591. </varlistentry>
  592. <varlistentry><term>DROP_ACTION</term>
  593. <listitem>
  594. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  595. </para>
  596. <para><systemitem class="Constant">DROP_ACTION</systemitem> specifies the
  597. function that is invoked when a drop occurs on the control.</para>
  598. </listitem>
  599. </varlistentry>
  600. <varlistentry><term>DROP_ANIMATION</term>
  601. <listitem>
  602. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  603. </para>
  604. <para>Used with all control types except: <literal>client</literal>.</para>
  605. <para><systemitem class="Constant">DROP_ANIMATION</systemitem> specifies the
  606. name of an animation record to be displayed when a drop occurs on the control.
  607. The control must have a <systemitem class="Constant">DROP_ACTION</systemitem>
  608. defined for the animation to be used.</para>
  609. </listitem>
  610. </varlistentry>
  611. <varlistentry><term>FILE_NAME</term>
  612. <listitem>
  613. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  614. </para>
  615. <para>Used with control types of: <literal>icon</literal> and <literal>file</literal>.</para>
  616. <para>For the control type of <literal>file</literal>, <systemitem class="Constant">FILE_NAME</systemitem> is the pathname of the file to be used for the control.
  617. The file's file type, actions and images are extracted from the action database
  618. for the control.</para>
  619. <para>For <systemitem class="Constant">MONITOR_TYPE</systemitem> <literal>mail</literal> and <literal>file</literal>, <systemitem class="Constant">FILE_NAME</systemitem> specifies the pathname of the file the front panel
  620. monitors for either mail arrival or some other user-defined data.</para>
  621. <para>For <systemitem class="Constant">MONITOR_TYPE</systemitem> <literal>file</literal>, the <systemitem class="Constant">ALTERNATE_ICON</systemitem>
  622. image is displayed when the monitored file is non-empty. The <systemitem class="Constant">ICON</systemitem> image is displayed if the file is empty or non-existent.
  623. </para>
  624. <para>For <systemitem class="Constant">MONITOR_TYPE</systemitem> <literal>mail</literal>, the <systemitem class="Constant">ALTERNATE_ICON</systemitem>
  625. image is displayed when the file increases in size.</para>
  626. </listitem>
  627. </varlistentry>
  628. <varlistentry><term>HELP_STRING</term>
  629. <listitem>
  630. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>, <systemitem class="Constant">BOX</systemitem>, <systemitem class="Constant">SUBPANEL</systemitem>, <systemitem class="Constant">SWITCH</systemitem> and <systemitem class="Constant">CONTROL</systemitem>.</para>
  631. <para><systemitem class="Constant">HELP_STRING</systemitem> specifies an on-line
  632. help string to display when help is requested over a front panel component.
  633. Since each component type can have a help string associated with it, there
  634. is a precedence used in deciding which help string to display. Control help
  635. takes precedence over box help, switch help and subpanel help. Box help takes
  636. precedence over subpanel help. The <systemitem class="Constant">HELP_STRING</systemitem> value is used only if no <systemitem class="Constant">HELP_TOPIC</systemitem> value is defined.</para>
  637. </listitem>
  638. </varlistentry>
  639. <varlistentry><term>HELP_TOPIC</term>
  640. <listitem>
  641. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>, <systemitem class="Constant">BOX</systemitem>, <systemitem class="Constant">SUBPANEL</systemitem>, <systemitem class="Constant">SWITCH</systemitem> and <systemitem class="Constant">CONTROL</systemitem>.</para>
  642. <para><systemitem class="Constant">HELP_TOPIC</systemitem> specifies an on-line
  643. help topic that is used with either the default help volume or a help volume
  644. specified by the <systemitem class="Constant">HELP_VOLUME</systemitem> keyword
  645. to display help information when requested over a front panel component. Like
  646. the <systemitem class="Constant">HELP_STRING</systemitem> keyword, each component
  647. type can have a help topic associated with it and the same precedence rules
  648. are used.</para>
  649. </listitem>
  650. </varlistentry>
  651. <varlistentry><term>HELP_VOLUME</term>
  652. <listitem>
  653. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>, <systemitem class="Constant">BOX</systemitem>, <systemitem class="Constant">SUBPANEL</systemitem>, <systemitem class="Constant">SWITCH</systemitem> and <systemitem class="Constant">CONTROL</systemitem>.</para>
  654. <para>When <systemitem class="Constant">HELP_VOLUME</systemitem> is used in
  655. conjunction with <systemitem class="Constant">HELP_TOPIC</systemitem>, it
  656. defines the help information to be displayed for a front panel component.
  657. </para>
  658. </listitem>
  659. </varlistentry>
  660. <varlistentry><term>ICON</term>
  661. <listitem>
  662. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  663. </para>
  664. <para>Used with control types of: <literal>icon</literal>, <literal>file</literal>
  665. and <literal>busy</literal>.</para>
  666. <para><systemitem class="Constant">ICON</systemitem> specifies the image to
  667. be displayed within a control.</para>
  668. </listitem>
  669. </varlistentry>
  670. <varlistentry><term>LABEL</term>
  671. <listitem>
  672. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  673. </para>
  674. <para>Used with control types of: <literal>icon</literal>, <literal>file</literal>, <literal>clock</literal> and <literal>busy</literal>.</para>
  675. <para><systemitem class="Constant">LABEL</systemitem> specifies the string
  676. to be displayed when a control is in a subpanel.</para>
  677. </listitem>
  678. </varlistentry>
  679. <varlistentry><term>LOCKED</term>
  680. <listitem>
  681. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>, <systemitem class="Constant">BOX</systemitem>, <systemitem class="Constant">SUBPANEL</systemitem>, <systemitem class="Constant">SWITCH</systemitem> and <systemitem class="Constant">CONTROL</systemitem>.</para>
  682. <para><systemitem class="Constant">LOCKED</systemitem> provides the mechanism
  683. to prevent a component definition of identical type, name and parent from
  684. overriding (replacing) this definition. Since the front panel can be defined
  685. within multiple configuration files, it provides the flexibility to override
  686. components found earlier in the search path. Like actions and file types,
  687. this allows the front panel to be customized at several levels.</para>
  688. </listitem>
  689. </varlistentry>
  690. <varlistentry><term>MONITOR_TYPE</term>
  691. <listitem>
  692. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  693. </para>
  694. <para>Used with control types of: <literal>icon</literal> and <literal>file</literal></para>
  695. <para><systemitem class="Constant">MONITOR_TYPE</systemitem> specifies the
  696. method of checking the file being monitored, specified by the keyword <systemitem class="Constant">FILE_NAME</systemitem>.</para>
  697. </listitem>
  698. </varlistentry>
  699. <varlistentry><term>NUMBER_OF_ROWS</term>
  700. <listitem>
  701. <para>Used with record types of: <systemitem class="Constant">SWITCH</systemitem>.
  702. </para>
  703. <para><systemitem class="Constant">NUMBER_OF_ROWS</systemitem> provides control
  704. over the layout of the workspace switch buttons. The switch buttons are arranged
  705. in a row and column layout with the <systemitem class="Constant">NUMBER_OF_ROWS</systemitem> keyword defining the number of rows in the layout. The number
  706. of columns is derived from this value and the total number of switch buttons.
  707. </para>
  708. </listitem>
  709. </varlistentry>
  710. <varlistentry><term>PANEL_GEOMETRY</term>
  711. <listitem>
  712. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>.
  713. </para>
  714. <para><systemitem class="Constant">PANEL_GEOMETRY</systemitem> specifies a
  715. non-default location to position the front panel when it is created. By default,
  716. the front panel is centered along the bottom of the display.</para>
  717. </listitem>
  718. </varlistentry>
  719. <varlistentry><term>POSITION_HINTS</term>
  720. <listitem>
  721. <para>Used with record types of: <systemitem class="Constant">BOX</systemitem>, <systemitem class="Constant">SWITCH</systemitem> and <systemitem class="Constant">CONTROL</systemitem>.</para>
  722. <para><systemitem class="Constant">POSITION_HINTS</systemitem> specifies the
  723. ordering of boxes in the front panel, the switch and controls in boxes, and
  724. controls in subpanels. When two components have the same value for <systemitem class="Constant">POSITION_HINTS</systemitem>, the first one read from the
  725. configuration file is placed first.</para>
  726. </listitem>
  727. </varlistentry>
  728. <varlistentry><term>PUSH_ACTION</term>
  729. <listitem>
  730. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  731. </para>
  732. <para><systemitem class="Constant">PUSH_ACTION</systemitem> specifies the
  733. function that is invoked when a selection occurs on the control.</para>
  734. </listitem>
  735. </varlistentry>
  736. <varlistentry><term>PUSH_ANIMATION</term>
  737. <listitem>
  738. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  739. </para>
  740. <para>Used with all control types except: <literal>client</literal>.</para>
  741. <para><systemitem class="Constant">PUSH_ANIMATION</systemitem> specifies the
  742. name of an animation record to be displayed when a selection occurs on the
  743. control. The control must have a <systemitem class="Constant">PUSH_ACTION</systemitem> defined for the animation to be used.</para>
  744. </listitem>
  745. </varlistentry>
  746. <varlistentry><term>PUSH_RECALL</term>
  747. <listitem>
  748. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  749. </para>
  750. <para>Used with control keywords of: <systemitem class="Constant">CLIENT_NAME</systemitem>.</para>
  751. <para>When <systemitem class="Constant">PUSH_RECALL</systemitem> is set to
  752. True, it specifies that only one process can be started by the control. If
  753. the process is already running, it is displayed within the current workspace
  754. and shuffled to the top of the window stack. The value for the <systemitem class="Constant">CLIENT_NAME</systemitem> keyword is used to identify the
  755. process for push recall behavior.</para>
  756. </listitem>
  757. </varlistentry>
  758. <varlistentry><term>RESOLUTION</term>
  759. <listitem>
  760. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>.
  761. </para>
  762. <para><systemitem class="Constant">RESOLUTION</systemitem> allows the icon
  763. set for the front panel to be forced to a particular set. By default, the
  764. front panel determines the display resolution at runtime and chooses the high
  765. resolution icon set if the display width is 1024 pixels or wider.</para>
  766. </listitem>
  767. </varlistentry>
  768. <varlistentry><term>SUBPANEL_UNPOST</term>
  769. <listitem>
  770. <para>Used with record types of: <systemitem class="Constant">PANEL</systemitem>.
  771. </para>
  772. <para>When <systemitem class="Constant">SUBPANEL_UNPOST</systemitem> is set
  773. to True, it causes a subpanel to hide itself whenever a <systemitem class="Constant">PUSH_ACTION</systemitem> occurs on one of the subpanel controls. If the subpanel
  774. has been torn off of the front panel, the behavior of the subpanel is forced
  775. to remain posted on <systemitem class="Constant">PUSH_ACTION</systemitem>.
  776. </para>
  777. </listitem>
  778. </varlistentry>
  779. <varlistentry><term>TITLE</term>
  780. <listitem>
  781. <para>Used with record types of: <systemitem class="Constant">SUBPANEL</systemitem>.
  782. </para>
  783. <para><systemitem class="Constant">TITLE</systemitem> specifies the string
  784. to be displayed in the title area of the subpanel.</para>
  785. </listitem>
  786. </varlistentry>
  787. <varlistentry><term>TYPE</term>
  788. <listitem>
  789. <para>Used with record types of: <systemitem class="Constant">CONTROL</systemitem>.
  790. </para>
  791. <para>A number of different control types are defined by the front panel:
  792. </para>
  793. <variablelist>
  794. <varlistentry><term><literal>blank</literal></term>
  795. <listitem>
  796. <para>Space-holder control</para>
  797. </listitem>
  798. </varlistentry>
  799. <varlistentry><term><literal>busy</literal></term>
  800. <listitem>
  801. <para>Busy light</para>
  802. </listitem>
  803. </varlistentry>
  804. <varlistentry><term><literal>client</literal></term>
  805. <listitem>
  806. <para>A client window</para>
  807. </listitem>
  808. </varlistentry>
  809. <varlistentry><term><literal>clock</literal></term>
  810. <listitem>
  811. <para>Front panel clock</para>
  812. </listitem>
  813. </varlistentry>
  814. <varlistentry><term><literal>date</literal></term>
  815. <listitem>
  816. <para>Fro<?Pub Caret>nt panel date</para>
  817. </listitem>
  818. </varlistentry>
  819. <varlistentry><term><literal>file</literal></term>
  820. <listitem>
  821. <para>References a file on the file system and uses that file's actions and
  822. image</para>
  823. </listitem>
  824. </varlistentry>
  825. <varlistentry><term><literal>icon</literal></term>
  826. <listitem>
  827. <para>Front panel general control</para>
  828. </listitem>
  829. </varlistentry>
  830. </variablelist>
  831. </listitem>
  832. </varlistentry>
  833. </variablelist>
  834. </refsect2>
  835. </refsect1>
  836. <refsect1>
  837. <title>FILES</title>
  838. <para>The default front panel configuration file is <Filename>/usr/dt/appconfig/types/C/dtwm.fp</Filename>.</para>
  839. <para>Files containing the attributes of dynamically created front panel components
  840. are in the directory <Filename>$HOME/.dt/types/fp_dynamic</Filename>.</para>
  841. </refsect1>
  842. <refsect1>
  843. <title>APPLICATION USAGE</title>
  844. <para>Errors encountered when loading front panel database files are written
  845. to the user's <Filename>$HOME/.dt/errorlog</Filename> file.</para>
  846. </refsect1>
  847. <refsect1>
  848. <title>SEE ALSO</title>
  849. <para>&cdeman.dtwm;, <function>strftime</function>(3), &cdeman.dtdtfile;.</para>
  850. </refsect1>
  851. </refentry>
  852. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 01:31:55-->
  853. <?Pub *0000074083>