home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / modes / xmr / xmr-database.el < prev    next >
Encoding:
Text File  |  1992-03-29  |  36.3 KB  |  2,072 lines

  1. ;;;
  2. ;;; Sun Mar 29 16:02:05 EST 1992
  3. ;;;
  4. ;;; This file was generated by xmr-database.sh.
  5. ;;;
  6.  
  7. (provide 'xmr-database)
  8.  
  9. (defvar xmr-class-symbols nil)
  10. (setq xmr-class-symbols
  11.   '(
  12.     TopLevelShell
  13.     XmDialogShell
  14.     XmArrowButton
  15.     XmBulletinBoard
  16.     XmCascadeButton
  17.     XmCommand
  18.     XmDrawingArea
  19.     XmDrawnButton
  20.     XmFileSelectionBox
  21.     XmForm
  22.     XmFrame
  23.     XmLabel
  24.     XmList
  25.     XmMainWindow
  26.     XmManager
  27.     XmMessageBox
  28.     XmPanedWindow
  29.     XmPrimitive
  30.     XmPushButton
  31.     XmRowColumn
  32.     XmScale
  33.     XmScrollBar
  34.     XmScrolledWindow
  35.     XmSelectionBox
  36.     XmSeparator
  37.     XmText
  38.     XmTextField
  39.     XmToggleButton
  40.     XmArrowButtonGadget
  41.     XmCascadeButtonGadget
  42.     XmLabelGadget
  43.     XmPushButtonGadget
  44.     XmSeparatorGadget
  45.     XmToggleButtonGadget
  46.     ))
  47.  
  48. (defvar xmr-resources-permanent
  49.   '(
  50.     ("wcCallback")
  51.     ("wcChildren")
  52.     ("wcClass")
  53.     ("wcClassName")
  54.     ("wcConstructor")
  55.     ("wcManaged")
  56.     ("wcPopups")
  57.     ("wcResFile")
  58.     ("wcTrace")
  59.     ))
  60.  
  61. (put 'TopLevelShell 'resources '(
  62. ("iconName")
  63. ("iconNameEncoding")
  64. ("iconic")
  65. ))
  66. (put 'XmDialogShell 'resources '(
  67. ))
  68. (put 'XmArrowButton 'resources '(
  69. ("activateCallback")
  70. ("armCallback")
  71. ("arrowDirection")
  72. ("disarmCallback")
  73. ("multiClick")
  74. ))
  75. (put 'XmBulletinBoard 'resources '(
  76. ("allowOverlap")
  77. ("autoUnmanage")
  78. ("buttonFontList")
  79. ("cancelButton")
  80. ("defaultButton")
  81. ("defaultPosition")
  82. ("dialogStyle")
  83. ("dialogTitle")
  84. ("focusCallback")
  85. ("labelFontList")
  86. ("mapCallback")
  87. ("marginHeight")
  88. ("marginWidth")
  89. ("noResize")
  90. ("resizePolicy")
  91. ("shadowType")
  92. ("textFontList")
  93. ("textTranslations")
  94. ("unmapCallback")
  95. ))
  96. (put 'XmCascadeButton 'resources '(
  97. ("activateCallback")
  98. ("cascadePixmap")
  99. ("cascadingCallback")
  100. ("mappingDelay")
  101. ("subMenuId")
  102. ))
  103. (put 'XmCommand 'resources '(
  104. ("command")
  105. ("commandChangedCallback")
  106. ("commandEnteredCallback")
  107. ("historyItemCount")
  108. ("historyItems")
  109. ("historyMaxItems")
  110. ("historyVisibleItemCount")
  111. ("promptString")
  112. ))
  113. (put 'XmDrawingArea 'resources '(
  114. ("exposeCallback")
  115. ("inputCallback")
  116. ("marginHeight")
  117. ("marginWidth")
  118. ("resizeCallback")
  119. ("resizePolicy")
  120. ))
  121. (put 'XmDrawnButton 'resources '(
  122. ("activateCallback")
  123. ("armCallback")
  124. ("disarmCallback")
  125. ("exposeCallback")
  126. ("multiClick")
  127. ("pushButtonEnabled")
  128. ("resizeCallback")
  129. ("shadowType")
  130. ))
  131. (put 'XmFileSelectionBox 'resources '(
  132. ("dirListItemCount")
  133. ("dirListItems")
  134. ("dirListLabelString")
  135. ("dirMask")
  136. ("dirSearchProc")
  137. ("dirSpec")
  138. ("directory")
  139. ("directoryValid")
  140. ("fileListItemCount")
  141. ("fileListItems")
  142. ("fileListLabelString")
  143. ("fileSearchProc")
  144. ("fileTypeMask")
  145. ("filterLabelString")
  146. ("listUpdated")
  147. ("noMatchString")
  148. ("pattern")
  149. ("qualifySearchDataProc")
  150. ))
  151. (put 'XmForm 'resources '(
  152. ("fractionBase")
  153. ("horizontalSpacing")
  154. ("rubberPositioning")
  155. ("verticalSpacing")
  156. ))
  157. (put 'XmFrame 'resources '(
  158. ("marginHeight")
  159. ("marginWidth")
  160. ("shadowType")
  161. ))
  162. (put 'XmLabel 'resources '(
  163. ("accelerator")
  164. ("acceleratorText")
  165. ("alignment")
  166. ("fontList")
  167. ("labelInsensitivePixmap")
  168. ("labelPixmap")
  169. ("labelString")
  170. ("labelType")
  171. ("marginBottom")
  172. ("marginHeight")
  173. ("marginLeft")
  174. ("marginRight")
  175. ("marginTop")
  176. ("marginWidth")
  177. ("mnemonic")
  178. ("mnemonicCharSet")
  179. ("recomputeSize")
  180. ("stringDirection")
  181. ))
  182. (put 'XmList 'resources '(
  183. ("automaticSelection")
  184. ("browseSelectionCallback")
  185. ("defaultActionCallback")
  186. ("doubleClickInterval")
  187. ("extendedSelectionCallback")
  188. ("fontList")
  189. ("horizontalScrollBar")
  190. ("itemCount")
  191. ("items")
  192. ("listMarginHeight")
  193. ("listMarginWidth")
  194. ("listSizePolicy")
  195. ("listSpacing")
  196. ("multipleSelectionCallback")
  197. ("scrollBarDisplayPolicy")
  198. ("selectedItemCount")
  199. ("selectedItems")
  200. ("selectionPolicy")
  201. ("singleSelectionCallback")
  202. ("stringDirection")
  203. ("topItemPosition")
  204. ("verticalScrollBar")
  205. ("visibleItemCount")
  206. ))
  207. (put 'XmMainWindow 'resources '(
  208. ("commandWindow")
  209. ("commandWindowLocation")
  210. ("mainWindowMarginHeight")
  211. ("mainWindowMarginWidth")
  212. ("menuBar")
  213. ("messageWindow")
  214. ("showSeparator")
  215. ))
  216. (put 'XmManager 'resources '(
  217. ("bottomShadowColor")
  218. ("bottomShadowPixmap")
  219. ("foreground")
  220. ("helpCallback")
  221. ("highlightColor")
  222. ("highlightPixmap")
  223. ("navigationType")
  224. ("shadowThickness")
  225. ("stringDirection")
  226. ("topShadowColor")
  227. ("topShadowPixmap")
  228. ("traversalOn")
  229. ("unitType")
  230. ("userData")
  231. ))
  232. (put 'XmMessageBox 'resources '(
  233. ("cancelCallback")
  234. ("cancelLabelString")
  235. ("defaultButtonType")
  236. ("dialogType")
  237. ("helpLabelString")
  238. ("messageAlignment")
  239. ("messageString")
  240. ("minimizeButtons")
  241. ("okCallback")
  242. ("okLabelString")
  243. ("symbolPixmap")
  244. ))
  245. (put 'XmPanedWindow 'resources '(
  246. ("marginHeight")
  247. ("marginWidth")
  248. ("refigureMode")
  249. ("sashHeight")
  250. ("sashIndent")
  251. ("sashShadowThickness")
  252. ("sashWidth")
  253. ("separatorOn")
  254. ("spacing")
  255. ))
  256. (put 'XmPrimitive 'resources '(
  257. ("bottomShadowColor")
  258. ("bottomShadowPixmap")
  259. ("foreground")
  260. ("helpCallback")
  261. ("highlightColor")
  262. ("highlightOnEnter")
  263. ("highlightPixmap")
  264. ("highlightThickness")
  265. ("navigationType")
  266. ("shadowThickness")
  267. ("topShadowColor")
  268. ("topShadowPixmap")
  269. ("traversalOn")
  270. ("unitType")
  271. ("userData")
  272. ))
  273. (put 'XmPushButton 'resources '(
  274. ("activateCallback")
  275. ("armCallback")
  276. ("armColor")
  277. ("armPixmap")
  278. ("defaultButtonShadowThickness")
  279. ("disarmCallback")
  280. ("fillOnArm")
  281. ("multiClick")
  282. ("showAsDefault")
  283. ))
  284. (put 'XmRowColumn 'resources '(
  285. ("adjustLast")
  286. ("adjustMargin")
  287. ("entryAlignment")
  288. ("entryBorder")
  289. ("entryCallback")
  290. ("entryClass")
  291. ("isAligned")
  292. ("isHomogeneous")
  293. ("labelString")
  294. ("mapCallback")
  295. ("marginHeight")
  296. ("marginWidth")
  297. ("menuAccelerator")
  298. ("menuHelpWidget")
  299. ("menuHistory")
  300. ("menuPost")
  301. ("mnemonic")
  302. ("mnemonicCharSet")
  303. ("numColumns")
  304. ("orientation")
  305. ("packing")
  306. ("popupEnabled")
  307. ("postFromCount")
  308. ("postFromList")
  309. ("radioAlwaysOne")
  310. ("radioBehavior")
  311. ("resizeHeight")
  312. ("resizeWidth")
  313. ("rowColumnType")
  314. ("spacing")
  315. ("subMenuId")
  316. ("unmapCallback")
  317. ("whichButton")
  318. ))
  319. (put 'XmScale 'resources '(
  320. ("decimalPoints")
  321. ("dragCallback")
  322. ("fontList")
  323. ("highlightOnEnter")
  324. ("highlightThickness")
  325. ("maximum")
  326. ("minimum")
  327. ("orientation")
  328. ("processingDirection")
  329. ("scaleHeight")
  330. ("scaleMultiple")
  331. ("scaleWidth")
  332. ("showValue")
  333. ("titleString")
  334. ("value")
  335. ("valueChangedCallback")
  336. ))
  337. (put 'XmScrollBar 'resources '(
  338. ("decrementCallback")
  339. ("dragCallback")
  340. ("increment")
  341. ("incrementCallback")
  342. ("initialDelay")
  343. ("maximum")
  344. ("minimum")
  345. ("orientation")
  346. ("pageDecrementCallback")
  347. ("pageIncrement")
  348. ("pageIncrementCallback")
  349. ("processingDirection")
  350. ("repeatDelay")
  351. ("showArrows")
  352. ("sliderSize")
  353. ("toBottomCallback")
  354. ("toTopCallback")
  355. ("troughColor")
  356. ("value")
  357. ("valueChangedCallback")
  358. ))
  359. (put 'XmScrolledWindow 'resources '(
  360. ("clipWindow")
  361. ("horizontalScrollBar")
  362. ("scrollBarDisplayPolicy")
  363. ("scrollBarPlacement")
  364. ("scrolledWindowMarginHeight")
  365. ("scrolledWindowMarginWidth")
  366. ("scrollingPolicy")
  367. ("spacing")
  368. ("verticalScrollBar")
  369. ("visualPolicy")
  370. ("workWindow")
  371. ))
  372. (put 'XmSelectionBox 'resources '(
  373. ("applyCallback")
  374. ("applyLabelString")
  375. ("cancelCallback")
  376. ("cancelLabelString")
  377. ("dialogType")
  378. ("helpLabelString")
  379. ("listItemCount")
  380. ("listItems")
  381. ("listLabelString")
  382. ("listVisibleItemCount")
  383. ("minimizeButtons")
  384. ("mustMatch")
  385. ("noMatchCallback")
  386. ("okCallback")
  387. ("okLabelString")
  388. ("selectionLabelString")
  389. ("textAccelerators")
  390. ("textColumns")
  391. ("textString")
  392. ))
  393. (put 'XmSeparator 'resources '(
  394. ("margin")
  395. ("orientation")
  396. ("separatorType")
  397. ))
  398. (put 'XmText 'resources '(
  399. ("activateCallback")
  400. ("autoShowCursorPosition")
  401. ("cursorPosition")
  402. ("editMode")
  403. ("editable")
  404. ("focusCallback")
  405. ("gainPrimaryCallback")
  406. ("inputCreate")
  407. ("losePrimaryCallback")
  408. ("losingFocusCallback")
  409. ("marginHeight")
  410. ("marginWidth")
  411. ("maxLength")
  412. ("modifyVerifyCallback")
  413. ("motionVerifyCallback")
  414. ("outputCreate")
  415. ("source")
  416. ("topCharacter")
  417. ("value")
  418. ("valueChangedCallback")
  419. ("verifyBell")
  420. ))
  421. (put 'XmTextField 'resources '(
  422. ("activateCallback")
  423. ("blinkRate")
  424. ("columns")
  425. ("cursorPosition")
  426. ("cursorPositionVisible")
  427. ("editable")
  428. ("fontList")
  429. ("gainPrimaryCallback")
  430. ("losePrimaryCallback")
  431. ("losingFocusCallback")
  432. ("marginHeight")
  433. ("marginWidth")
  434. ("maxLength")
  435. ("modifyVerifyCallback")
  436. ("motionVerifyCallback")
  437. ("pendingDelete")
  438. ("resizeWidth")
  439. ("selectThreshold")
  440. ("selectionArray")
  441. ("selectionArrayCount")
  442. ("value")
  443. ("valueChangedCallback")
  444. ("verifyBell")
  445. ))
  446. (put 'XmToggleButton 'resources '(
  447. ("armCallback")
  448. ("disarmCallback")
  449. ("fillOnSelect")
  450. ("indicatorOn")
  451. ("indicatorSize")
  452. ("indicatorType")
  453. ("selectColor")
  454. ("selectInsensitivePixmap")
  455. ("selectPixmap")
  456. ("set")
  457. ("spacing")
  458. ("valueChangedCallback")
  459. ("visibleWhenOff")
  460. ))
  461. (put 'XmArrowButtonGadget 'resources '(
  462. ))
  463. (put 'XmCascadeButtonGadget 'resources '(
  464. ))
  465. (put 'XmLabelGadget 'resources '(
  466. ))
  467. (put 'XmPushButtonGadget 'resources '(
  468. ))
  469. (put 'XmSeparatorGadget 'resources '(
  470. ))
  471. (put 'XmToggleButtonGadget 'resources '(
  472. ))
  473. (put 'TopLevelShell 'resources* '(
  474. ("accelerators")
  475. ("allowShellResize")
  476. ("ancestorSensitive")
  477. ("background")
  478. ("backgroundPixmap")
  479. ("baseHeight")
  480. ("baseWidth")
  481. ("borderColor")
  482. ("borderPixmap")
  483. ("borderWidth")
  484. ("children")
  485. ("colormap")
  486. ("createPopupChildProc")
  487. ("depth")
  488. ("destroyCallback")
  489. ("geometry")
  490. ("height")
  491. ("heightInc")
  492. ("iconMask")
  493. ("iconName")
  494. ("iconNameEncoding")
  495. ("iconPixmap")
  496. ("iconWindow")
  497. ("iconX")
  498. ("iconY")
  499. ("iconic")
  500. ("initialState")
  501. ("input")
  502. ("insertPosition")
  503. ("mappedWhenManaged")
  504. ("maxAspectX")
  505. ("maxAspectY")
  506. ("maxHeight")
  507. ("maxWidth")
  508. ("minAspectX")
  509. ("minAspectY")
  510. ("minHeight")
  511. ("minWidth")
  512. ("numChildren")
  513. ("overrideRedirect")
  514. ("popdownCallback")
  515. ("popupCallback")
  516. ("saveUnder")
  517. ("screen")
  518. ("sensitive")
  519. ("title")
  520. ("titleEncoding")
  521. ("transient")
  522. ("translations")
  523. ("visual")
  524. ("waitforwm")
  525. ("width")
  526. ("widthInc")
  527. ("winGravity")
  528. ("windowGroup")
  529. ("wmTimeout")
  530. ("x")
  531. ("y")
  532. ))
  533. (put 'XmDialogShell 'resources* '(
  534. ))
  535. (put 'XmArrowButton 'resources* '(
  536. ("accelerators")
  537. ("activateCallback")
  538. ("ancestorSensitive")
  539. ("armCallback")
  540. ("arrowDirection")
  541. ("background")
  542. ("backgroundPixmap")
  543. ("borderColor")
  544. ("borderPixmap")
  545. ("borderWidth")
  546. ("bottomShadowColor")
  547. ("bottomShadowPixmap")
  548. ("colormap")
  549. ("depth")
  550. ("destroyCallback")
  551. ("disarmCallback")
  552. ("foreground")
  553. ("height")
  554. ("helpCallback")
  555. ("highlightColor")
  556. ("highlightOnEnter")
  557. ("highlightPixmap")
  558. ("highlightThickness")
  559. ("mappedWhenManaged")
  560. ("multiClick")
  561. ("navigationType")
  562. ("screen")
  563. ("sensitive")
  564. ("shadowThickness")
  565. ("topShadowColor")
  566. ("topShadowPixmap")
  567. ("translations")
  568. ("traversalOn")
  569. ("unitType")
  570. ("userData")
  571. ("width")
  572. ("x")
  573. ("y")
  574. ))
  575. (put 'XmBulletinBoard 'resources* '(
  576. ("accelerators")
  577. ("allowOverlap")
  578. ("ancestorSensitive")
  579. ("autoUnmanage")
  580. ("background")
  581. ("backgroundPixmap")
  582. ("borderColor")
  583. ("borderPixmap")
  584. ("borderWidth")
  585. ("bottomShadowColor")
  586. ("bottomShadowPixmap")
  587. ("buttonFontList")
  588. ("cancelButton")
  589. ("children")
  590. ("colormap")
  591. ("defaultButton")
  592. ("defaultPosition")
  593. ("depth")
  594. ("destroyCallback")
  595. ("dialogStyle")
  596. ("dialogTitle")
  597. ("focusCallback")
  598. ("foreground")
  599. ("height")
  600. ("helpCallback")
  601. ("highlightColor")
  602. ("highlightPixmap")
  603. ("insertPosition")
  604. ("labelFontList")
  605. ("mapCallback")
  606. ("mappedWhenManaged")
  607. ("marginHeight")
  608. ("marginWidth")
  609. ("navigationType")
  610. ("noResize")
  611. ("numChildren")
  612. ("resizePolicy")
  613. ("screen")
  614. ("sensitive")
  615. ("shadowThickness")
  616. ("shadowType")
  617. ("stringDirection")
  618. ("textFontList")
  619. ("textTranslations")
  620. ("topShadowColor")
  621. ("topShadowPixmap")
  622. ("translations")
  623. ("traversalOn")
  624. ("unitType")
  625. ("unmapCallback")
  626. ("userData")
  627. ("width")
  628. ("x")
  629. ("y")
  630. ))
  631. (put 'XmCascadeButton 'resources* '(
  632. ("accelerator")
  633. ("acceleratorText")
  634. ("accelerators")
  635. ("activateCallback")
  636. ("alignment")
  637. ("ancestorSensitive")
  638. ("background")
  639. ("backgroundPixmap")
  640. ("borderColor")
  641. ("borderPixmap")
  642. ("borderWidth")
  643. ("bottomShadowColor")
  644. ("bottomShadowPixmap")
  645. ("cascadePixmap")
  646. ("cascadingCallback")
  647. ("colormap")
  648. ("depth")
  649. ("destroyCallback")
  650. ("fontList")
  651. ("foreground")
  652. ("height")
  653. ("helpCallback")
  654. ("highlightColor")
  655. ("highlightOnEnter")
  656. ("highlightPixmap")
  657. ("highlightThickness")
  658. ("labelInsensitivePixmap")
  659. ("labelPixmap")
  660. ("labelString")
  661. ("labelType")
  662. ("mappedWhenManaged")
  663. ("mappingDelay")
  664. ("marginBottom")
  665. ("marginHeight")
  666. ("marginLeft")
  667. ("marginRight")
  668. ("marginTop")
  669. ("marginWidth")
  670. ("mnemonic")
  671. ("mnemonicCharSet")
  672. ("navigationType")
  673. ("recomputeSize")
  674. ("screen")
  675. ("sensitive")
  676. ("shadowThickness")
  677. ("stringDirection")
  678. ("subMenuId")
  679. ("topShadowColor")
  680. ("topShadowPixmap")
  681. ("translations")
  682. ("traversalOn")
  683. ("unitType")
  684. ("userData")
  685. ("width")
  686. ("x")
  687. ("y")
  688. ))
  689. (put 'XmCommand 'resources* '(
  690. ("accelerators")
  691. ("allowOverlap")
  692. ("ancestorSensitive")
  693. ("applyCallback")
  694. ("applyLabelString")
  695. ("autoUnmanage")
  696. ("background")
  697. ("backgroundPixmap")
  698. ("borderColor")
  699. ("borderPixmap")
  700. ("borderWidth")
  701. ("bottomShadowColor")
  702. ("bottomShadowPixmap")
  703. ("buttonFontList")
  704. ("cancelButton")
  705. ("cancelCallback")
  706. ("cancelLabelString")
  707. ("children")
  708. ("colormap")
  709. ("command")
  710. ("commandChangedCallback")
  711. ("commandEnteredCallback")
  712. ("defaultButton")
  713. ("defaultPosition")
  714. ("depth")
  715. ("destroyCallback")
  716. ("dialogStyle")
  717. ("dialogTitle")
  718. ("dialogType")
  719. ("focusCallback")
  720. ("foreground")
  721. ("height")
  722. ("helpCallback")
  723. ("helpLabelString")
  724. ("highlightColor")
  725. ("highlightPixmap")
  726. ("historyItemCount")
  727. ("historyItems")
  728. ("historyMaxItems")
  729. ("historyVisibleItemCount")
  730. ("insertPosition")
  731. ("labelFontList")
  732. ("listLabelString")
  733. ("mapCallback")
  734. ("mappedWhenManaged")
  735. ("marginHeight")
  736. ("marginWidth")
  737. ("minimizeButtons")
  738. ("mustMatch")
  739. ("navigationType")
  740. ("noMatchCallback")
  741. ("noResize")
  742. ("numChildren")
  743. ("okCallback")
  744. ("okLabelString")
  745. ("promptString")
  746. ("resizePolicy")
  747. ("screen")
  748. ("sensitive")
  749. ("shadowThickness")
  750. ("shadowType")
  751. ("stringDirection")
  752. ("textAccelerators")
  753. ("textColumns")
  754. ("textFontList")
  755. ("textTranslations")
  756. ("topShadowColor")
  757. ("topShadowPixmap")
  758. ("translations")
  759. ("traversalOn")
  760. ("unitType")
  761. ("unmapCallback")
  762. ("userData")
  763. ("width")
  764. ("x")
  765. ("y")
  766. ))
  767. (put 'XmDrawingArea 'resources* '(
  768. ("accelerators")
  769. ("ancestorSensitive")
  770. ("background")
  771. ("backgroundPixmap")
  772. ("borderColor")
  773. ("borderPixmap")
  774. ("borderWidth")
  775. ("bottomShadowColor")
  776. ("bottomShadowPixmap")
  777. ("children")
  778. ("colormap")
  779. ("depth")
  780. ("destroyCallback")
  781. ("exposeCallback")
  782. ("foreground")
  783. ("height")
  784. ("helpCallback")
  785. ("highlightColor")
  786. ("highlightPixmap")
  787. ("inputCallback")
  788. ("insertPosition")
  789. ("mappedWhenManaged")
  790. ("marginHeight")
  791. ("marginWidth")
  792. ("navigationType")
  793. ("numChildren")
  794. ("resizeCallback")
  795. ("resizePolicy")
  796. ("screen")
  797. ("sensitive")
  798. ("shadowThickness")
  799. ("stringDirection")
  800. ("topShadowColor")
  801. ("topShadowPixmap")
  802. ("translations")
  803. ("traversalOn")
  804. ("unitType")
  805. ("userData")
  806. ("width")
  807. ("x")
  808. ("y")
  809. ))
  810. (put 'XmDrawnButton 'resources* '(
  811. ("accelerator")
  812. ("acceleratorText")
  813. ("accelerators")
  814. ("activateCallback")
  815. ("alignment")
  816. ("ancestorSensitive")
  817. ("armCallback")
  818. ("background")
  819. ("backgroundPixmap")
  820. ("borderColor")
  821. ("borderPixmap")
  822. ("borderWidth")
  823. ("bottomShadowColor")
  824. ("bottomShadowPixmap")
  825. ("colormap")
  826. ("depth")
  827. ("destroyCallback")
  828. ("disarmCallback")
  829. ("exposeCallback")
  830. ("fontList")
  831. ("foreground")
  832. ("height")
  833. ("helpCallback")
  834. ("highlightColor")
  835. ("highlightOnEnter")
  836. ("highlightPixmap")
  837. ("highlightThickness")
  838. ("labelInsensitivePixmap")
  839. ("labelPixmap")
  840. ("labelString")
  841. ("labelType")
  842. ("mappedWhenManaged")
  843. ("marginBottom")
  844. ("marginHeight")
  845. ("marginLeft")
  846. ("marginRight")
  847. ("marginTop")
  848. ("marginWidth")
  849. ("mnemonic")
  850. ("mnemonicCharSet")
  851. ("multiClick")
  852. ("navigationType")
  853. ("pushButtonEnabled")
  854. ("recomputeSize")
  855. ("resizeCallback")
  856. ("screen")
  857. ("sensitive")
  858. ("shadowThickness")
  859. ("shadowType")
  860. ("stringDirection")
  861. ("topShadowColor")
  862. ("topShadowPixmap")
  863. ("translations")
  864. ("traversalOn")
  865. ("unitType")
  866. ("userData")
  867. ("width")
  868. ("x")
  869. ("y")
  870. ))
  871. (put 'XmFileSelectionBox 'resources* '(
  872. ("accelerators")
  873. ("allowOverlap")
  874. ("ancestorSensitive")
  875. ("applyCallback")
  876. ("applyLabelString")
  877. ("autoUnmanage")
  878. ("background")
  879. ("backgroundPixmap")
  880. ("borderColor")
  881. ("borderPixmap")
  882. ("borderWidth")
  883. ("bottomShadowColor")
  884. ("bottomShadowPixmap")
  885. ("buttonFontList")
  886. ("cancelButton")
  887. ("cancelCallback")
  888. ("cancelLabelString")
  889. ("children")
  890. ("colormap")
  891. ("defaultButton")
  892. ("defaultPosition")
  893. ("depth")
  894. ("destroyCallback")
  895. ("dialogStyle")
  896. ("dialogTitle")
  897. ("dialogType")
  898. ("dirListItemCount")
  899. ("dirListItems")
  900. ("dirListLabelString")
  901. ("dirMask")
  902. ("dirSearchProc")
  903. ("dirSpec")
  904. ("directory")
  905. ("directoryValid")
  906. ("fileListItemCount")
  907. ("fileListItems")
  908. ("fileListLabelString")
  909. ("fileSearchProc")
  910. ("fileTypeMask")
  911. ("filterLabelString")
  912. ("focusCallback")
  913. ("foreground")
  914. ("height")
  915. ("helpCallback")
  916. ("helpLabelString")
  917. ("highlightColor")
  918. ("highlightPixmap")
  919. ("insertPosition")
  920. ("labelFontList")
  921. ("listUpdated")
  922. ("listVisibleItemCount")
  923. ("mapCallback")
  924. ("mappedWhenManaged")
  925. ("marginHeight")
  926. ("marginWidth")
  927. ("minimizeButtons")
  928. ("mustMatch")
  929. ("navigationType")
  930. ("noMatchCallback")
  931. ("noMatchString")
  932. ("noResize")
  933. ("numChildren")
  934. ("okCallback")
  935. ("okLabelString")
  936. ("pattern")
  937. ("qualifySearchDataProc")
  938. ("resizePolicy")
  939. ("screen")
  940. ("selectionLabelString")
  941. ("sensitive")
  942. ("shadowThickness")
  943. ("shadowType")
  944. ("stringDirection")
  945. ("textAccelerators")
  946. ("textColumns")
  947. ("textFontList")
  948. ("textTranslations")
  949. ("topShadowColor")
  950. ("topShadowPixmap")
  951. ("translations")
  952. ("traversalOn")
  953. ("unitType")
  954. ("unmapCallback")
  955. ("userData")
  956. ("width")
  957. ("x")
  958. ("y")
  959. ))
  960. (put 'XmForm 'resources* '(
  961. ("accelerators")
  962. ("allowOverlap")
  963. ("ancestorSensitive")
  964. ("autoUnmanage")
  965. ("background")
  966. ("backgroundPixmap")
  967. ("borderColor")
  968. ("borderPixmap")
  969. ("borderWidth")
  970. ("bottomShadowColor")
  971. ("bottomShadowPixmap")
  972. ("buttonFontList")
  973. ("cancelButton")
  974. ("children")
  975. ("colormap")
  976. ("defaultButton")
  977. ("defaultPosition")
  978. ("depth")
  979. ("destroyCallback")
  980. ("dialogStyle")
  981. ("dialogTitle")
  982. ("focusCallback")
  983. ("foreground")
  984. ("fractionBase")
  985. ("height")
  986. ("helpCallback")
  987. ("highlightColor")
  988. ("highlightPixmap")
  989. ("horizontalSpacing")
  990. ("insertPosition")
  991. ("labelFontList")
  992. ("mapCallback")
  993. ("mappedWhenManaged")
  994. ("marginHeight")
  995. ("marginWidth")
  996. ("navigationType")
  997. ("noResize")
  998. ("numChildren")
  999. ("resizePolicy")
  1000. ("rubberPositioning")
  1001. ("screen")
  1002. ("sensitive")
  1003. ("shadowThickness")
  1004. ("shadowType")
  1005. ("stringDirection")
  1006. ("textFontList")
  1007. ("textTranslations")
  1008. ("topShadowColor")
  1009. ("topShadowPixmap")
  1010. ("translations")
  1011. ("traversalOn")
  1012. ("unitType")
  1013. ("unmapCallback")
  1014. ("userData")
  1015. ("verticalSpacing")
  1016. ("width")
  1017. ("x")
  1018. ("y")
  1019. ))
  1020. (put 'XmFrame 'resources* '(
  1021. ("accelerators")
  1022. ("ancestorSensitive")
  1023. ("background")
  1024. ("backgroundPixmap")
  1025. ("borderColor")
  1026. ("borderPixmap")
  1027. ("borderWidth")
  1028. ("bottomShadowColor")
  1029. ("bottomShadowPixmap")
  1030. ("children")
  1031. ("colormap")
  1032. ("depth")
  1033. ("destroyCallback")
  1034. ("foreground")
  1035. ("height")
  1036. ("helpCallback")
  1037. ("highlightColor")
  1038. ("highlightPixmap")
  1039. ("insertPosition")
  1040. ("mappedWhenManaged")
  1041. ("marginHeight")
  1042. ("marginWidth")
  1043. ("navigationType")
  1044. ("numChildren")
  1045. ("screen")
  1046. ("sensitive")
  1047. ("shadowThickness")
  1048. ("shadowType")
  1049. ("stringDirection")
  1050. ("topShadowColor")
  1051. ("topShadowPixmap")
  1052. ("translations")
  1053. ("traversalOn")
  1054. ("unitType")
  1055. ("userData")
  1056. ("width")
  1057. ("x")
  1058. ("y")
  1059. ))
  1060. (put 'XmLabel 'resources* '(
  1061. ("accelerator")
  1062. ("acceleratorText")
  1063. ("accelerators")
  1064. ("alignment")
  1065. ("ancestorSensitive")
  1066. ("background")
  1067. ("backgroundPixmap")
  1068. ("borderColor")
  1069. ("borderPixmap")
  1070. ("borderWidth")
  1071. ("bottomShadowColor")
  1072. ("bottomShadowPixmap")
  1073. ("colormap")
  1074. ("depth")
  1075. ("destroyCallback")
  1076. ("fontList")
  1077. ("foreground")
  1078. ("height")
  1079. ("helpCallback")
  1080. ("highlightColor")
  1081. ("highlightOnEnter")
  1082. ("highlightPixmap")
  1083. ("highlightThickness")
  1084. ("labelInsensitivePixmap")
  1085. ("labelPixmap")
  1086. ("labelString")
  1087. ("labelType")
  1088. ("mappedWhenManaged")
  1089. ("marginBottom")
  1090. ("marginHeight")
  1091. ("marginLeft")
  1092. ("marginRight")
  1093. ("marginTop")
  1094. ("marginWidth")
  1095. ("mnemonic")
  1096. ("mnemonicCharSet")
  1097. ("navigationType")
  1098. ("recomputeSize")
  1099. ("screen")
  1100. ("sensitive")
  1101. ("shadowThickness")
  1102. ("stringDirection")
  1103. ("topShadowColor")
  1104. ("topShadowPixmap")
  1105. ("translations")
  1106. ("traversalOn")
  1107. ("unitType")
  1108. ("userData")
  1109. ("width")
  1110. ("x")
  1111. ("y")
  1112. ))
  1113. (put 'XmList 'resources* '(
  1114. ("accelerators")
  1115. ("ancestorSensitive")
  1116. ("automaticSelection")
  1117. ("background")
  1118. ("backgroundPixmap")
  1119. ("borderColor")
  1120. ("borderPixmap")
  1121. ("borderWidth")
  1122. ("bottomShadowColor")
  1123. ("bottomShadowPixmap")
  1124. ("browseSelectionCallback")
  1125. ("colormap")
  1126. ("defaultActionCallback")
  1127. ("depth")
  1128. ("destroyCallback")
  1129. ("doubleClickInterval")
  1130. ("extendedSelectionCallback")
  1131. ("fontList")
  1132. ("foreground")
  1133. ("height")
  1134. ("helpCallback")
  1135. ("highlightColor")
  1136. ("highlightOnEnter")
  1137. ("highlightPixmap")
  1138. ("highlightThickness")
  1139. ("horizontalScrollBar")
  1140. ("itemCount")
  1141. ("items")
  1142. ("listMarginHeight")
  1143. ("listMarginWidth")
  1144. ("listSizePolicy")
  1145. ("listSpacing")
  1146. ("mappedWhenManaged")
  1147. ("multipleSelectionCallback")
  1148. ("navigationType")
  1149. ("screen")
  1150. ("scrollBarDisplayPolicy")
  1151. ("selectedItemCount")
  1152. ("selectedItems")
  1153. ("selectionPolicy")
  1154. ("sensitive")
  1155. ("shadowThickness")
  1156. ("singleSelectionCallback")
  1157. ("stringDirection")
  1158. ("topItemPosition")
  1159. ("topShadowColor")
  1160. ("topShadowPixmap")
  1161. ("translations")
  1162. ("traversalOn")
  1163. ("unitType")
  1164. ("userData")
  1165. ("verticalScrollBar")
  1166. ("visibleItemCount")
  1167. ("width")
  1168. ("x")
  1169. ("y")
  1170. ))
  1171. (put 'XmMainWindow 'resources* '(
  1172. ("accelerators")
  1173. ("ancestorSensitive")
  1174. ("background")
  1175. ("backgroundPixmap")
  1176. ("borderColor")
  1177. ("borderPixmap")
  1178. ("borderWidth")
  1179. ("bottomShadowColor")
  1180. ("bottomShadowPixmap")
  1181. ("children")
  1182. ("clipWindow")
  1183. ("colormap")
  1184. ("commandWindow")
  1185. ("commandWindowLocation")
  1186. ("depth")
  1187. ("destroyCallback")
  1188. ("foreground")
  1189. ("height")
  1190. ("helpCallback")
  1191. ("highlightColor")
  1192. ("highlightPixmap")
  1193. ("horizontalScrollBar")
  1194. ("insertPosition")
  1195. ("mainWindowMarginHeight")
  1196. ("mainWindowMarginWidth")
  1197. ("mappedWhenManaged")
  1198. ("menuBar")
  1199. ("messageWindow")
  1200. ("navigationType")
  1201. ("numChildren")
  1202. ("screen")
  1203. ("scrollBarDisplayPolicy")
  1204. ("scrollBarPlacement")
  1205. ("scrolledWindowMarginHeight")
  1206. ("scrolledWindowMarginWidth")
  1207. ("scrollingPolicy")
  1208. ("sensitive")
  1209. ("shadowThickness")
  1210. ("showSeparator")
  1211. ("spacing")
  1212. ("stringDirection")
  1213. ("topShadowColor")
  1214. ("topShadowPixmap")
  1215. ("translations")
  1216. ("traversalOn")
  1217. ("unitType")
  1218. ("userData")
  1219. ("verticalScrollBar")
  1220. ("visualPolicy")
  1221. ("width")
  1222. ("workWindow")
  1223. ("x")
  1224. ("y")
  1225. ))
  1226. (put 'XmManager 'resources* '(
  1227. ("accelerators")
  1228. ("ancestorSensitive")
  1229. ("background")
  1230. ("backgroundPixmap")
  1231. ("borderColor")
  1232. ("borderPixmap")
  1233. ("borderWidth")
  1234. ("bottomShadowColor")
  1235. ("bottomShadowPixmap")
  1236. ("children")
  1237. ("colormap")
  1238. ("depth")
  1239. ("destroyCallback")
  1240. ("foreground")
  1241. ("height")
  1242. ("helpCallback")
  1243. ("highlightColor")
  1244. ("highlightPixmap")
  1245. ("insertPosition")
  1246. ("mappedWhenManaged")
  1247. ("navigationType")
  1248. ("numChildren")
  1249. ("screen")
  1250. ("sensitive")
  1251. ("shadowThickness")
  1252. ("stringDirection")
  1253. ("topShadowColor")
  1254. ("topShadowPixmap")
  1255. ("translations")
  1256. ("traversalOn")
  1257. ("unitType")
  1258. ("userData")
  1259. ("width")
  1260. ("x")
  1261. ("y")
  1262. ))
  1263. (put 'XmMessageBox 'resources* '(
  1264. ("accelerators")
  1265. ("allowOverlap")
  1266. ("ancestorSensitive")
  1267. ("autoUnmanage")
  1268. ("background")
  1269. ("backgroundPixmap")
  1270. ("borderColor")
  1271. ("borderPixmap")
  1272. ("borderWidth")
  1273. ("bottomShadowColor")
  1274. ("bottomShadowPixmap")
  1275. ("buttonFontList")
  1276. ("cancelButton")
  1277. ("cancelCallback")
  1278. ("cancelLabelString")
  1279. ("children")
  1280. ("colormap")
  1281. ("defaultButton")
  1282. ("defaultButtonType")
  1283. ("defaultPosition")
  1284. ("depth")
  1285. ("destroyCallback")
  1286. ("dialogStyle")
  1287. ("dialogTitle")
  1288. ("dialogType")
  1289. ("focusCallback")
  1290. ("foreground")
  1291. ("height")
  1292. ("helpCallback")
  1293. ("helpLabelString")
  1294. ("highlightColor")
  1295. ("highlightPixmap")
  1296. ("insertPosition")
  1297. ("labelFontList")
  1298. ("mapCallback")
  1299. ("mappedWhenManaged")
  1300. ("marginHeight")
  1301. ("marginWidth")
  1302. ("messageAlignment")
  1303. ("messageString")
  1304. ("minimizeButtons")
  1305. ("navigationType")
  1306. ("noResize")
  1307. ("numChildren")
  1308. ("okCallback")
  1309. ("okLabelString")
  1310. ("resizePolicy")
  1311. ("screen")
  1312. ("sensitive")
  1313. ("shadowThickness")
  1314. ("shadowType")
  1315. ("stringDirection")
  1316. ("symbolPixmap")
  1317. ("textFontList")
  1318. ("textTranslations")
  1319. ("topShadowColor")
  1320. ("topShadowPixmap")
  1321. ("translations")
  1322. ("traversalOn")
  1323. ("unitType")
  1324. ("unmapCallback")
  1325. ("userData")
  1326. ("width")
  1327. ("x")
  1328. ("y")
  1329. ))
  1330. (put 'XmPanedWindow 'resources* '(
  1331. ("accelerators")
  1332. ("ancestorSensitive")
  1333. ("background")
  1334. ("backgroundPixmap")
  1335. ("borderColor")
  1336. ("borderPixmap")
  1337. ("borderWidth")
  1338. ("bottomShadowColor")
  1339. ("bottomShadowPixmap")
  1340. ("children")
  1341. ("colormap")
  1342. ("depth")
  1343. ("destroyCallback")
  1344. ("foreground")
  1345. ("height")
  1346. ("helpCallback")
  1347. ("highlightColor")
  1348. ("highlightPixmap")
  1349. ("insertPosition")
  1350. ("mappedWhenManaged")
  1351. ("marginHeight")
  1352. ("marginWidth")
  1353. ("navigationType")
  1354. ("numChildren")
  1355. ("refigureMode")
  1356. ("sashHeight")
  1357. ("sashIndent")
  1358. ("sashShadowThickness")
  1359. ("sashWidth")
  1360. ("screen")
  1361. ("sensitive")
  1362. ("separatorOn")
  1363. ("shadowThickness")
  1364. ("spacing")
  1365. ("stringDirection")
  1366. ("topShadowColor")
  1367. ("topShadowPixmap")
  1368. ("translations")
  1369. ("traversalOn")
  1370. ("unitType")
  1371. ("userData")
  1372. ("width")
  1373. ("x")
  1374. ("y")
  1375. ))
  1376. (put 'XmPrimitive 'resources* '(
  1377. ("accelerators")
  1378. ("ancestorSensitive")
  1379. ("background")
  1380. ("backgroundPixmap")
  1381. ("borderColor")
  1382. ("borderPixmap")
  1383. ("borderWidth")
  1384. ("bottomShadowColor")
  1385. ("bottomShadowPixmap")
  1386. ("colormap")
  1387. ("depth")
  1388. ("destroyCallback")
  1389. ("foreground")
  1390. ("height")
  1391. ("helpCallback")
  1392. ("highlightColor")
  1393. ("highlightOnEnter")
  1394. ("highlightPixmap")
  1395. ("highlightThickness")
  1396. ("mappedWhenManaged")
  1397. ("navigationType")
  1398. ("screen")
  1399. ("sensitive")
  1400. ("shadowThickness")
  1401. ("topShadowColor")
  1402. ("topShadowPixmap")
  1403. ("translations")
  1404. ("traversalOn")
  1405. ("unitType")
  1406. ("userData")
  1407. ("width")
  1408. ("x")
  1409. ("y")
  1410. ))
  1411. (put 'XmPushButton 'resources* '(
  1412. ("accelerator")
  1413. ("acceleratorText")
  1414. ("accelerators")
  1415. ("activateCallback")
  1416. ("alignment")
  1417. ("ancestorSensitive")
  1418. ("armCallback")
  1419. ("armColor")
  1420. ("armPixmap")
  1421. ("background")
  1422. ("backgroundPixmap")
  1423. ("borderColor")
  1424. ("borderPixmap")
  1425. ("borderWidth")
  1426. ("bottomShadowColor")
  1427. ("bottomShadowPixmap")
  1428. ("colormap")
  1429. ("defaultButtonShadowThickness")
  1430. ("depth")
  1431. ("destroyCallback")
  1432. ("disarmCallback")
  1433. ("fillOnArm")
  1434. ("fontList")
  1435. ("foreground")
  1436. ("height")
  1437. ("helpCallback")
  1438. ("highlightColor")
  1439. ("highlightOnEnter")
  1440. ("highlightPixmap")
  1441. ("highlightThickness")
  1442. ("labelInsensitivePixmap")
  1443. ("labelPixmap")
  1444. ("labelString")
  1445. ("labelType")
  1446. ("mappedWhenManaged")
  1447. ("marginBottom")
  1448. ("marginHeight")
  1449. ("marginLeft")
  1450. ("marginRight")
  1451. ("marginTop")
  1452. ("marginWidth")
  1453. ("mnemonic")
  1454. ("mnemonicCharSet")
  1455. ("multiClick")
  1456. ("navigationType")
  1457. ("recomputeSize")
  1458. ("screen")
  1459. ("sensitive")
  1460. ("shadowThickness")
  1461. ("showAsDefault")
  1462. ("stringDirection")
  1463. ("topShadowColor")
  1464. ("topShadowPixmap")
  1465. ("translations")
  1466. ("traversalOn")
  1467. ("unitType")
  1468. ("userData")
  1469. ("width")
  1470. ("x")
  1471. ("y")
  1472. ))
  1473. (put 'XmRowColumn 'resources* '(
  1474. ("accelerators")
  1475. ("adjustLast")
  1476. ("adjustMargin")
  1477. ("ancestorSensitive")
  1478. ("background")
  1479. ("backgroundPixmap")
  1480. ("borderColor")
  1481. ("borderPixmap")
  1482. ("borderWidth")
  1483. ("bottomShadowColor")
  1484. ("bottomShadowPixmap")
  1485. ("children")
  1486. ("colormap")
  1487. ("depth")
  1488. ("destroyCallback")
  1489. ("entryAlignment")
  1490. ("entryBorder")
  1491. ("entryCallback")
  1492. ("entryClass")
  1493. ("foreground")
  1494. ("height")
  1495. ("helpCallback")
  1496. ("highlightColor")
  1497. ("highlightPixmap")
  1498. ("insertPosition")
  1499. ("isAligned")
  1500. ("isHomogeneous")
  1501. ("labelString")
  1502. ("mapCallback")
  1503. ("mappedWhenManaged")
  1504. ("marginHeight")
  1505. ("marginWidth")
  1506. ("menuAccelerator")
  1507. ("menuHelpWidget")
  1508. ("menuHistory")
  1509. ("menuPost")
  1510. ("mnemonic")
  1511. ("mnemonicCharSet")
  1512. ("navigationType")
  1513. ("numChildren")
  1514. ("numColumns")
  1515. ("orientation")
  1516. ("packing")
  1517. ("popupEnabled")
  1518. ("postFromCount")
  1519. ("postFromList")
  1520. ("radioAlwaysOne")
  1521. ("radioBehavior")
  1522. ("resizeHeight")
  1523. ("resizeWidth")
  1524. ("rowColumnType")
  1525. ("screen")
  1526. ("sensitive")
  1527. ("shadowThickness")
  1528. ("spacing")
  1529. ("stringDirection")
  1530. ("subMenuId")
  1531. ("topShadowColor")
  1532. ("topShadowPixmap")
  1533. ("translations")
  1534. ("traversalOn")
  1535. ("unitType")
  1536. ("unmapCallback")
  1537. ("userData")
  1538. ("whichButton")
  1539. ("width")
  1540. ("x")
  1541. ("y")
  1542. ))
  1543. (put 'XmScale 'resources* '(
  1544. ("accelerators")
  1545. ("ancestorSensitive")
  1546. ("background")
  1547. ("backgroundPixmap")
  1548. ("borderColor")
  1549. ("borderPixmap")
  1550. ("borderWidth")
  1551. ("bottomShadowColor")
  1552. ("bottomShadowPixmap")
  1553. ("children")
  1554. ("colormap")
  1555. ("decimalPoints")
  1556. ("depth")
  1557. ("destroyCallback")
  1558. ("dragCallback")
  1559. ("fontList")
  1560. ("foreground")
  1561. ("height")
  1562. ("helpCallback")
  1563. ("highlightColor")
  1564. ("highlightOnEnter")
  1565. ("highlightPixmap")
  1566. ("highlightThickness")
  1567. ("insertPosition")
  1568. ("mappedWhenManaged")
  1569. ("maximum")
  1570. ("minimum")
  1571. ("navigationType")
  1572. ("numChildren")
  1573. ("orientation")
  1574. ("processingDirection")
  1575. ("scaleHeight")
  1576. ("scaleMultiple")
  1577. ("scaleWidth")
  1578. ("screen")
  1579. ("sensitive")
  1580. ("shadowThickness")
  1581. ("showValue")
  1582. ("stringDirection")
  1583. ("titleString")
  1584. ("topShadowColor")
  1585. ("topShadowPixmap")
  1586. ("translations")
  1587. ("traversalOn")
  1588. ("unitType")
  1589. ("userData")
  1590. ("value")
  1591. ("valueChangedCallback")
  1592. ("width")
  1593. ("x")
  1594. ("y")
  1595. ))
  1596. (put 'XmScrollBar 'resources* '(
  1597. ("accelerators")
  1598. ("ancestorSensitive")
  1599. ("background")
  1600. ("backgroundPixmap")
  1601. ("borderColor")
  1602. ("borderPixmap")
  1603. ("borderWidth")
  1604. ("bottomShadowColor")
  1605. ("bottomShadowPixmap")
  1606. ("colormap")
  1607. ("decrementCallback")
  1608. ("depth")
  1609. ("destroyCallback")
  1610. ("dragCallback")
  1611. ("foreground")
  1612. ("height")
  1613. ("helpCallback")
  1614. ("highlightColor")
  1615. ("highlightOnEnter")
  1616. ("highlightPixmap")
  1617. ("highlightThickness")
  1618. ("increment")
  1619. ("incrementCallback")
  1620. ("initialDelay")
  1621. ("mappedWhenManaged")
  1622. ("maximum")
  1623. ("minimum")
  1624. ("navigationType")
  1625. ("orientation")
  1626. ("pageDecrementCallback")
  1627. ("pageIncrement")
  1628. ("pageIncrementCallback")
  1629. ("processingDirection")
  1630. ("repeatDelay")
  1631. ("screen")
  1632. ("sensitive")
  1633. ("shadowThickness")
  1634. ("showArrows")
  1635. ("sliderSize")
  1636. ("toBottomCallback")
  1637. ("toTopCallback")
  1638. ("topShadowColor")
  1639. ("topShadowPixmap")
  1640. ("translations")
  1641. ("traversalOn")
  1642. ("troughColor")
  1643. ("unitType")
  1644. ("userData")
  1645. ("value")
  1646. ("valueChangedCallback")
  1647. ("width")
  1648. ("x")
  1649. ("y")
  1650. ))
  1651. (put 'XmScrolledWindow 'resources* '(
  1652. ("accelerators")
  1653. ("ancestorSensitive")
  1654. ("background")
  1655. ("backgroundPixmap")
  1656. ("borderColor")
  1657. ("borderPixmap")
  1658. ("borderWidth")
  1659. ("bottomShadowColor")
  1660. ("bottomShadowPixmap")
  1661. ("children")
  1662. ("clipWindow")
  1663. ("colormap")
  1664. ("depth")
  1665. ("destroyCallback")
  1666. ("foreground")
  1667. ("height")
  1668. ("helpCallback")
  1669. ("highlightColor")
  1670. ("highlightPixmap")
  1671. ("horizontalScrollBar")
  1672. ("insertPosition")
  1673. ("mappedWhenManaged")
  1674. ("navigationType")
  1675. ("numChildren")
  1676. ("screen")
  1677. ("scrollBarDisplayPolicy")
  1678. ("scrollBarPlacement")
  1679. ("scrolledWindowMarginHeight")
  1680. ("scrolledWindowMarginWidth")
  1681. ("scrollingPolicy")
  1682. ("sensitive")
  1683. ("shadowThickness")
  1684. ("spacing")
  1685. ("stringDirection")
  1686. ("topShadowColor")
  1687. ("topShadowPixmap")
  1688. ("translations")
  1689. ("traversalOn")
  1690. ("unitType")
  1691. ("userData")
  1692. ("verticalScrollBar")
  1693. ("visualPolicy")
  1694. ("width")
  1695. ("workWindow")
  1696. ("x")
  1697. ("y")
  1698. ))
  1699. (put 'XmSelectionBox 'resources* '(
  1700. ("accelerators")
  1701. ("allowOverlap")
  1702. ("ancestorSensitive")
  1703. ("applyCallback")
  1704. ("applyLabelString")
  1705. ("autoUnmanage")
  1706. ("background")
  1707. ("backgroundPixmap")
  1708. ("borderColor")
  1709. ("borderPixmap")
  1710. ("borderWidth")
  1711. ("bottomShadowColor")
  1712. ("bottomShadowPixmap")
  1713. ("buttonFontList")
  1714. ("cancelButton")
  1715. ("cancelCallback")
  1716. ("cancelLabelString")
  1717. ("children")
  1718. ("colormap")
  1719. ("defaultButton")
  1720. ("defaultPosition")
  1721. ("depth")
  1722. ("destroyCallback")
  1723. ("dialogStyle")
  1724. ("dialogTitle")
  1725. ("dialogType")
  1726. ("focusCallback")
  1727. ("foreground")
  1728. ("height")
  1729. ("helpCallback")
  1730. ("helpLabelString")
  1731. ("highlightColor")
  1732. ("highlightPixmap")
  1733. ("insertPosition")
  1734. ("labelFontList")
  1735. ("listItemCount")
  1736. ("listItems")
  1737. ("listLabelString")
  1738. ("listVisibleItemCount")
  1739. ("mapCallback")
  1740. ("mappedWhenManaged")
  1741. ("marginHeight")
  1742. ("marginWidth")
  1743. ("minimizeButtons")
  1744. ("mustMatch")
  1745. ("navigationType")
  1746. ("noMatchCallback")
  1747. ("noResize")
  1748. ("numChildren")
  1749. ("okCallback")
  1750. ("okLabelString")
  1751. ("resizePolicy")
  1752. ("screen")
  1753. ("selectionLabelString")
  1754. ("sensitive")
  1755. ("shadowThickness")
  1756. ("shadowType")
  1757. ("stringDirection")
  1758. ("textAccelerators")
  1759. ("textColumns")
  1760. ("textFontList")
  1761. ("textString")
  1762. ("textTranslations")
  1763. ("topShadowColor")
  1764. ("topShadowPixmap")
  1765. ("translations")
  1766. ("traversalOn")
  1767. ("unitType")
  1768. ("unmapCallback")
  1769. ("userData")
  1770. ("width")
  1771. ("x")
  1772. ("y")
  1773. ))
  1774. (put 'XmSeparator 'resources* '(
  1775. ("accelerators")
  1776. ("ancestorSensitive")
  1777. ("background")
  1778. ("backgroundPixmap")
  1779. ("borderColor")
  1780. ("borderPixmap")
  1781. ("borderWidth")
  1782. ("bottomShadowColor")
  1783. ("bottomShadowPixmap")
  1784. ("colormap")
  1785. ("depth")
  1786. ("destroyCallback")
  1787. ("foreground")
  1788. ("height")
  1789. ("helpCallback")
  1790. ("highlightColor")
  1791. ("highlightOnEnter")
  1792. ("highlightPixmap")
  1793. ("highlightThickness")
  1794. ("mappedWhenManaged")
  1795. ("margin")
  1796. ("navigationType")
  1797. ("orientation")
  1798. ("screen")
  1799. ("sensitive")
  1800. ("separatorType")
  1801. ("shadowThickness")
  1802. ("topShadowColor")
  1803. ("topShadowPixmap")
  1804. ("translations")
  1805. ("traversalOn")
  1806. ("unitType")
  1807. ("userData")
  1808. ("width")
  1809. ("x")
  1810. ("y")
  1811. ))
  1812. (put 'XmText 'resources* '(
  1813. ("accelerators")
  1814. ("activateCallback")
  1815. ("ancestorSensitive")
  1816. ("autoShowCursorPosition")
  1817. ("background")
  1818. ("backgroundPixmap")
  1819. ("borderColor")
  1820. ("borderPixmap")
  1821. ("borderWidth")
  1822. ("bottomShadowColor")
  1823. ("bottomShadowPixmap")
  1824. ("colormap")
  1825. ("cursorPosition")
  1826. ("depth")
  1827. ("destroyCallback")
  1828. ("editMode")
  1829. ("editable")
  1830. ("focusCallback")
  1831. ("foreground")
  1832. ("gainPrimaryCallback")
  1833. ("height")
  1834. ("helpCallback")
  1835. ("highlightColor")
  1836. ("highlightOnEnter")
  1837. ("highlightPixmap")
  1838. ("highlightThickness")
  1839. ("inputCreate")
  1840. ("losePrimaryCallback")
  1841. ("losingFocusCallback")
  1842. ("mappedWhenManaged")
  1843. ("marginHeight")
  1844. ("marginWidth")
  1845. ("maxLength")
  1846. ("modifyVerifyCallback")
  1847. ("motionVerifyCallback")
  1848. ("navigationType")
  1849. ("outputCreate")
  1850. ("screen")
  1851. ("sensitive")
  1852. ("shadowThickness")
  1853. ("source")
  1854. ("topCharacter")
  1855. ("topShadowColor")
  1856. ("topShadowPixmap")
  1857. ("translations")
  1858. ("traversalOn")
  1859. ("unitType")
  1860. ("userData")
  1861. ("value")
  1862. ("valueChangedCallback")
  1863. ("verifyBell")
  1864. ("width")
  1865. ("x")
  1866. ("y")
  1867. ))
  1868. (put 'XmTextField 'resources* '(
  1869. ("accelerators")
  1870. ("activateCallback")
  1871. ("ancestorSensitive")
  1872. ("background")
  1873. ("backgroundPixmap")
  1874. ("blinkRate")
  1875. ("borderColor")
  1876. ("borderPixmap")
  1877. ("borderWidth")
  1878. ("bottomShadowColor")
  1879. ("bottomShadowPixmap")
  1880. ("colormap")
  1881. ("columns")
  1882. ("cursorPosition")
  1883. ("cursorPositionVisible")
  1884. ("depth")
  1885. ("destroyCallback")
  1886. ("editable")
  1887. ("fontList")
  1888. ("foreground")
  1889. ("gainPrimaryCallback")
  1890. ("height")
  1891. ("helpCallback")
  1892. ("highlightColor")
  1893. ("highlightOnEnter")
  1894. ("highlightPixmap")
  1895. ("highlightThickness")
  1896. ("losePrimaryCallback")
  1897. ("losingFocusCallback")
  1898. ("mappedWhenManaged")
  1899. ("marginHeight")
  1900. ("marginWidth")
  1901. ("maxLength")
  1902. ("modifyVerifyCallback")
  1903. ("motionVerifyCallback")
  1904. ("navigationType")
  1905. ("pendingDelete")
  1906. ("resizeWidth")
  1907. ("screen")
  1908. ("selectThreshold")
  1909. ("selectionArray")
  1910. ("selectionArrayCount")
  1911. ("sensitive")
  1912. ("shadowThickness")
  1913. ("topShadowColor")
  1914. ("topShadowPixmap")
  1915. ("translations")
  1916. ("traversalOn")
  1917. ("unitType")
  1918. ("userData")
  1919. ("value")
  1920. ("valueChangedCallback")
  1921. ("verifyBell")
  1922. ("width")
  1923. ("x")
  1924. ("y")
  1925. ))
  1926. (put 'XmToggleButton 'resources* '(
  1927. ("accelerator")
  1928. ("acceleratorText")
  1929. ("accelerators")
  1930. ("alignment")
  1931. ("ancestorSensitive")
  1932. ("armCallback")
  1933. ("background")
  1934. ("backgroundPixmap")
  1935. ("borderColor")
  1936. ("borderPixmap")
  1937. ("borderWidth")
  1938. ("bottomShadowColor")
  1939. ("bottomShadowPixmap")
  1940. ("colormap")
  1941. ("depth")
  1942. ("destroyCallback")
  1943. ("disarmCallback")
  1944. ("fillOnSelect")
  1945. ("fontList")
  1946. ("foreground")
  1947. ("height")
  1948. ("helpCallback")
  1949. ("highlightColor")
  1950. ("highlightOnEnter")
  1951. ("highlightPixmap")
  1952. ("highlightThickness")
  1953. ("indicatorOn")
  1954. ("indicatorSize")
  1955. ("indicatorType")
  1956. ("labelInsensitivePixmap")
  1957. ("labelPixmap")
  1958. ("labelString")
  1959. ("labelType")
  1960. ("mappedWhenManaged")
  1961. ("marginBottom")
  1962. ("marginHeight")
  1963. ("marginLeft")
  1964. ("marginRight")
  1965. ("marginTop")
  1966. ("marginWidth")
  1967. ("mnemonic")
  1968. ("mnemonicCharSet")
  1969. ("navigationType")
  1970. ("recomputeSize")
  1971. ("screen")
  1972. ("selectColor")
  1973. ("selectInsensitivePixmap")
  1974. ("selectPixmap")
  1975. ("sensitive")
  1976. ("set")
  1977. ("shadowThickness")
  1978. ("spacing")
  1979. ("stringDirection")
  1980. ("topShadowColor")
  1981. ("topShadowPixmap")
  1982. ("translations")
  1983. ("traversalOn")
  1984. ("unitType")
  1985. ("userData")
  1986. ("valueChangedCallback")
  1987. ("visibleWhenOff")
  1988. ("width")
  1989. ("x")
  1990. ("y")
  1991. ))
  1992. (put 'XmArrowButtonGadget 'resources* '(
  1993. ))
  1994. (put 'XmCascadeButtonGadget 'resources* '(
  1995. ))
  1996. (put 'XmLabelGadget 'resources* '(
  1997. ))
  1998. (put 'XmPushButtonGadget 'resources* '(
  1999. ))
  2000. (put 'XmSeparatorGadget 'resources* '(
  2001. ))
  2002. (put 'XmToggleButtonGadget 'resources* '(
  2003. ))
  2004. (put 'XmArrowButtonGadget   'resources-shadow 'XmArrowButton  )
  2005. (put 'XmCascadeButtonGadget 'resources-shadow 'XmCascadeButton)
  2006. (put 'XmLabelGadget         'resources-shadow 'XmLabel        )
  2007. (put 'XmPushButtonGadget    'resources-shadow 'XmPushButton   )
  2008. (put 'XmSeparatorGadget     'resources-shadow 'XmSeparator    )
  2009. (put 'XmToggleButtonGadget  'resources-shadow 'XmToggleButton )
  2010.  
  2011. ;;;
  2012. ;;; Append resources that were missed by xmlistres.
  2013. ;;;
  2014. (put 'XmText 'resources
  2015.      (append '(("rows") ("columns")) (get 'XmText 'resources)))
  2016. (put 'XmText 'resources*
  2017.      (append '(("rows") ("columns")) (get 'XmText 'resources*)))
  2018.  
  2019. (put 'XmForm 'resources-constraint
  2020.      '(("leftAttachment")
  2021.        ("rightAttachment")
  2022.        ("topAttachment")
  2023.        ("bottomAttachment")
  2024.        ("leftPosition")
  2025.        ("rightPosition")
  2026.        ("topPosition")
  2027.        ("bottomPosition")
  2028.        ("leftOffset")
  2029.        ("rightOffset")
  2030.        ("topOffset")
  2031.        ("bottomOffset")
  2032.        ("leftWidget")
  2033.        ("rightWidget")
  2034.        ("topWidget")
  2035.        ("bottomWidget")
  2036.        ))
  2037.  
  2038. (put 'TopLevelShell           'manpage "TopLevelShe")
  2039. (put 'XmDialogShell        'manpage "XmDialogShe")
  2040. (put 'XmArrowButton        'manpage "XmArrowButA")
  2041. (put 'XmCascadeButton        'manpage "XmCascadeBA")
  2042. (put 'XmDrawnButton        'manpage "XmDrawnButt")
  2043. (put 'XmLabel            'manpage "XmLabel"    )
  2044. (put 'XmList            'manpage "XmList"     )
  2045. (put 'XmPushButton        'manpage "XmPushButtA")
  2046. (put 'XmScrollBar        'manpage "XmScrollBaA")
  2047. (put 'XmSeparator        'manpage "XmSeparatoA")
  2048. (put 'XmText            'manpage "XmText"     )
  2049. (put 'XmTextField        'manpage "XmTextFielA")
  2050. (put 'XmToggleButton        'manpage "XmToggleBuA")
  2051. (put 'XmBulletinBoard        'manpage "XmBulletinB")
  2052. (put 'XmCommand            'manpage "XmCommand"  )
  2053. (put 'XmDrawingArea        'manpage "XmDrawingAr")
  2054. (put 'XmFileSelectionBox    'manpage "XmFileSeleA")
  2055. (put 'XmForm            'manpage "XmForm"     )
  2056. (put 'XmFrame            'manpage "XmFrame"    )
  2057. (put 'XmMainWindow        'manpage "XmMainWindA")
  2058. (put 'XmManager            'manpage "XmManager"  )
  2059. (put 'XmMessageBox        'manpage "XmMessageBA")
  2060. (put 'XmPanedWindow        'manpage "XmPanedWind")
  2061. (put 'XmPrimitive        'manpage "XmPrimitive")
  2062. (put 'XmRowColumn        'manpage "XmRowColumn")
  2063. (put 'XmScale            'manpage "XmScale"    )
  2064. (put 'XmScrolledWindow        'manpage "XmScrolledA")
  2065. (put 'XmSelectionBox        'manpage "XmSelectioA")
  2066. (put 'XmArrowButtonGadget   'manpage "XmArrowButB")
  2067. (put 'XmCascadeButtonGadget 'manpage "XmCascadeBB")
  2068. (put 'XmLabelGadget        'manpage "XmLabelGadg")
  2069. (put 'XmPushButtonGadget    'manpage "XmPushButtB")
  2070. (put 'XmSeparatorGadget        'manpage "XmSeparatoB")
  2071. (put 'XmToggleButtonGadget  'manpage "XmToggleBuB")
  2072.