home *** CD-ROM | disk | FTP | other *** search
/ Pinpoint the Exemplar Collection / P10R1095.ISO / lib / pinpoint next >
Text File  |  1995-10-11  |  9KB  |  308 lines

  1. !!    app-default file for PinPoint
  2. !!    Copyright (C) 1995, Convex Computer Corporation
  3. !!    $Date: 95/10/11 19:28:06 $
  4. !!
  5. !!
  6. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  7. !! Application Wide Resources
  8. !     Default font
  9. !
  10. PinPoint*fontList:        -*-helvetica-*-r-*-*-14-*-*-*-*-*-*-*
  11. !
  12. !    Default colors
  13. !
  14. PinPoint*foreground:            black
  15. PinPoint*background:            #A09B96
  16. PinPoint*XmList*background:        ivory3
  17. PinPoint*toc_draw*background:        ivory3
  18. PinPoint*browser_draw*background:    ivory3
  19. PinPoint*toc_draw*borderColor:        black
  20. PinPoint*browser_draw*borderColor:    black
  21. PinPoint*raster_draw*background:    ivory3
  22. !
  23. !    Translation for text and text field widgets.  Gives Unix/emacs
  24. !    style editting.
  25. !
  26. PinPoint*XmText*translations:   #override \
  27.                 <Key>Delete:    delete-previous-character() \n\
  28.                 Ctrl<Key>a:     beginning-of-line() \n\
  29.                 Ctrl<Key>b:     backward-character() \n\
  30.                 Ctrl<Key>d:     delete-next-character() \n\
  31.                 Ctrl<Key>e:     end-of-line() \n\
  32.                 Ctrl<Key>f:     forward-character() \n\
  33.                 Ctrl<Key>h:     delete-previous-character() \n\
  34.                 Ctrl<Key>n:     next-line() \n\
  35.                 Ctrl<Key>u:     beginning-of-line()delete-to-end-of-line()\n\
  36.                 Ctrl<Key>v:     next-page() \n\
  37.                 Alt<Key>f:        forward-word() \n\
  38.                 Alt<Key>b:        backward-word()
  39. !
  40. PinPoint*XmTextField*translations:      #override \
  41.                 <Key>Delete:    delete-previous-character() \n\
  42.                 Ctrl<Key>a:     beginning-of-line() \n\
  43.                 Ctrl<Key>b:     backward-character() \n\
  44.                 Ctrl<Key>d:     delete-next-character() \n\
  45.                 Ctrl<Key>e:     end-of-line() \n\
  46.                 Ctrl<Key>f:     forward-character() \n\
  47.                 Ctrl<Key>h:     delete-previous-character() \n\
  48.                 Ctrl<Key>u:     beginning-of-line()delete-to-end-of-line()\n\
  49.                 Alt<Key>f:        forward-word() \n\
  50.                 Alt<Key>b:        backward-word()
  51. !
  52. !    popupQuitDialog resource tells if PinPoint should popup
  53. !    a quit confirmation dialog when selecting Quit from the
  54. !    File menu.
  55. !
  56. PinPoint*popupQuitDialog:        True
  57. !
  58. !    Set interval time for double-clicking.  Time in milliseconds
  59. !
  60. PinPoint*multiClickTime:        500
  61. !
  62. !    Maximum size for a pane in a paned window.  Set to a large
  63. !    number if you want no restrictions.
  64. !
  65. PinPoint*XmPanedWindow*paneMaximum:    2000
  66. !!
  67. !!
  68. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  69. !! LIBRARY WINDOW
  70. !
  71. PinPoint*Library.geometry:        600x450
  72. PinPoint*Library*baseWidth:        0
  73. PinPoint*Library*baseHeight:        0
  74. PinPoint*Library.minWidth:        325
  75. PinPoint*Library.minHeight:        450
  76. !
  77. !    collectionList{Width,Height} resource controls the size of
  78. !    the Collections list in the Library window.  The width is
  79. !    valid if the list orientation is horizontal.  The height is
  80. !    valid if the list orientation is vertical.
  81. !
  82. PinPoint*Library*collectionListWidth:    200
  83. PinPoint*Library*collectionListHeight:    125
  84. !
  85. !    The fixedFont resource is used by the book list of the
  86. !    library window.  It is important that the font is a
  87. !    mono-spaced, fixed-width font.
  88. !
  89. PinPoint*Library*fixedFont:    -*-courier-bold-r-*-*-17-*-*-*-*-*-*-*
  90. !
  91. !    Font settings for collections list.  The `slant' tag is used
  92. !    for private collections.  The default tag is used for system
  93. !    collections.
  94. !
  95. PinPoint*Library*Collections*fontList:  \
  96.                                 -*-helvetica-bold-r-*-*-17-*-*-*-*-*-*-*, \
  97.                                 -*-helvetica-bold-o-*-*-17-*-*-*-*-*-*-*=slant
  98. !
  99. !    Selection policy for the collection and book lists.
  100. !
  101. PinPoint*Library*libraryPane*selectionPolicy:    \
  102.                     EXTENDED_SELECT
  103. !
  104. !    Default orientation of lists
  105. !
  106. PinPoint*Library*listOrientation:    HORIZONTAL
  107. !
  108. !    Visibility of the search panel
  109. !
  110. PinPoint*Library*showSearchPanel:    True
  111. !
  112. !!
  113. !!
  114. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  115. !! BOOK WINDOW
  116. !!
  117. PinPoint*Book*geometry:            800x600
  118. !
  119. !    toc{Width,Height} resource controls the size of the TOC
  120. !    view in the book window.  The width is valid if the view
  121. !    orientation is horizontal.  The height is valid if the view
  122. !    orientation is vertical.
  123. !
  124. PinPoint*Book*tocWidth:            250
  125. PinPoint*Book*tocHeight:        200
  126. !
  127. !    Thickness of the border around a main/TOC view when the
  128. !    view has the keyboard focus.
  129. !
  130. PinPoint*Book*toc_draw*borderWidth:    2
  131. PinPoint*Book*browser_draw*borderWidth:    2
  132. !
  133. !    Visibility resources
  134. !
  135. PinPoint*Book*showSearchPanel:        True
  136. PinPoint*Book*showTOC:            True
  137. !
  138. !    Default view orientation.
  139. !
  140. PinPoint*Book*viewOrientation:        HORIZONTAL
  141. !
  142. !    Maximum size of search histroy list.
  143. !
  144. PinPoint*Book*searchHistorySize:    20
  145. !
  146. !    Book view font menu settings.
  147. !        The following resources set the menu items' names and
  148. !        font scale factors of the main/TOC view font size
  149. !        menus.
  150. !                    Main view
  151. !    Default selection.
  152. !
  153. PinPoint*Book*mainFontDefaultChoice:    3
  154. !
  155. !    Label strings of main view font size menu items.
  156. !
  157. PinPoint*Book*mainFontLabel1:        Tiny
  158. PinPoint*Book*mainFontLabel2:        Small
  159. PinPoint*Book*mainFontLabel3:        Medium
  160. PinPoint*Book*mainFontLabel4:        Large
  161. PinPoint*Book*mainFontLabel5:        Huge
  162. !
  163. !    Scale factors.
  164. !
  165. PinPoint*Book*mainFontScale1:        0.5
  166. PinPoint*Book*mainFontScale2:        0.75
  167. PinPoint*Book*mainFontScale3:        1.0
  168. PinPoint*Book*mainFontScale4:        1.3
  169. PinPoint*Book*mainFontScale5:        1.7
  170. !
  171. !                    TOC view
  172. !    Default selection.
  173. !
  174. PinPoint*Book*tocFontDefaultChoice:    3
  175. !
  176. !    Label strings of TOC view font size menu items.
  177. !
  178. PinPoint*Book*tocFontLabel1:        Tiny
  179. PinPoint*Book*tocFontLabel2:        Small
  180. PinPoint*Book*tocFontLabel3:        Medium
  181. PinPoint*Book*tocFontLabel4:        Large
  182. PinPoint*Book*tocFontLabel5:        Huge
  183. !
  184. !    Scale factors.
  185. !
  186. PinPoint*Book*tocFontScale1:        0.5
  187. PinPoint*Book*tocFontScale2:        0.75
  188. PinPoint*Book*tocFontScale3:        1.0
  189. PinPoint*Book*tocFontScale4:        1.25
  190. PinPoint*Book*tocFontScale5:        1.5
  191. !!
  192. !!
  193. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  194. !! HELP WINDOW
  195. !!
  196. PinPoint*Help*geometry:            800x520
  197. !
  198. !    toc{Width,Height} resource controls the size of the TOC
  199. !    view in the book window.  The width is valid if the view
  200. !    orientation is horizontal.  The height is valid if the view
  201. !    orientation is vertical.
  202. !
  203. PinPoint*Help*tocWidth:            250
  204. PinPoint*Help*tocHeight:        200
  205. !
  206. !    Thickness of the border around a main/TOC view when the
  207. !    view has the keyboard focus.
  208. !
  209. PinPoint*Help*toc_draw*borderWidth:    2
  210. PinPoint*Help*browser_draw*borderWidth:    2
  211. !
  212. !    Visibility resources
  213. !
  214. PinPoint*Help*showSearchPanel:        False
  215. PinPoint*Help*showTOC:            True
  216. !
  217. !    Default view orientation.
  218. !
  219. PinPoint*Help*viewOrientation:        HORIZONTAL
  220. !
  221. !    Maximum size of search histroy list.
  222. !
  223. PinPoint*Help*searchHistorySize:    20
  224. !
  225. !    Help view font menu settings.
  226. !        The following resources set the menu items' names and
  227. !        font scale factors of the main/TOC view font size
  228. !        menus.
  229. !                    Main view
  230. !    Default selection.
  231. !
  232. PinPoint*Help*mainFontDefaultChoice:    3
  233. !
  234. !    Label strings of main view font size menu items.
  235. !
  236. PinPoint*Help*mainFontLabel1:        Tiny
  237. PinPoint*Help*mainFontLabel2:        Small
  238. PinPoint*Help*mainFontLabel3:        Medium
  239. PinPoint*Help*mainFontLabel4:        Large
  240. PinPoint*Help*mainFontLabel5:        Huge
  241. !
  242. !    Scale factors.
  243. !
  244. PinPoint*Help*mainFontScale1:        0.5
  245. PinPoint*Help*mainFontScale2:        0.75
  246. PinPoint*Help*mainFontScale3:        1.0
  247. PinPoint*Help*mainFontScale4:        1.3
  248. PinPoint*Help*mainFontScale5:        1.7
  249. !
  250. !                    TOC view
  251. !    Default selection.
  252. !
  253. PinPoint*Help*tocFontDefaultChoice:    3
  254. !
  255. !    Label strings of TOC view font size menu items.
  256. !
  257. PinPoint*Help*tocFontLabel1:        Tiny
  258. PinPoint*Help*tocFontLabel2:        Small
  259. PinPoint*Help*tocFontLabel3:        Medium
  260. PinPoint*Help*tocFontLabel4:        Large
  261. PinPoint*Help*tocFontLabel5:        Huge
  262. !
  263. !    Scale factors.
  264. !
  265. PinPoint*Help*tocFontScale1:        0.5
  266. PinPoint*Help*tocFontScale2:        0.75
  267. PinPoint*Help*tocFontScale3:        1.0
  268. PinPoint*Help*tocFontScale4:        1.25
  269. PinPoint*Help*tocFontScale5:        1.5
  270. !!
  271. !!
  272. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  273. !! ANNOTATION/BOOKMARK MANAGER
  274. !!
  275. PinPoint*AnnotManager*geometry:        575x230
  276. !
  277. !    The fixedFont resource is used by the list of the
  278. !    annotation manager.  It is important that the font is a
  279. !    mono-spaced, fixed-width font.
  280. !
  281. PinPoint*AnnotManager*fixedFont:    -*-courier-bold-r-*-*-17-*-*-*-*-*-*-*
  282. !!
  283. !!
  284. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  285. !! PRINT DIALOG
  286. !!
  287. PinPoint*printDialog*tocframe.marginWidth:    5
  288. PinPoint*printDialog*tocframe.marginHeight:    5
  289. PinPoint*printDialog.printTocWidth:        285
  290. PinPoint*printDialog.printTocHeight:        285
  291. PinPoint*printDialog.printCommand:        /usr/bin/lp -d$(PRINTER)
  292. !
  293. !!
  294. !!
  295. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  296. !! GRAPHIC WINDOW
  297. !!
  298. PinPoint*graphicWindow*geometry:    600x400
  299. !
  300. !!
  301. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  302. !! About Box
  303. !!
  304. PinPoint*aboutDialog*.copyright.fontList: -*-helvetica-*-r-*-*-11-*-*-*-*-*-*-*
  305. !
  306. !! END
  307.