home *** CD-ROM | disk | FTP | other *** search
- *useSchemes: all
- *scheme: base
-
- !! Enable to be sure we are picking up these resources. Can also help
- !! show which widgets are which, so you can understand things like h elp
- !! call backs.
- Demo*formW.background: yellow
- !! Demo*XmPushButton.background: red
- Demo*XmLabel.background: red
- !! Demo*VkQuickHelpMsgLine.background: light yellow
- !! Demo*VkQuickHelpPopup.background: green
-
- !! The next two resources are for mainly debugging. They may also be
- !! helpful to application developers and users trying to figure out how to set
- !! resources.
- !!
- !! showWidgetInfo Displays widget name and class instead of the widget's
- !! help message. This is helpful if you are having
- !! trouble setting a widget's resources, such as for
- !! a program you did not write.
- !!
- !! *showWidgetInfo: true
- !!
- !! dumpTree Prints names and class of the entire widget tree
- !! when the program starts.
- !!
- !! *dumpTree: true
-
- !! The next resources are the basic ones:
- !! ShowHelp Enables/disables the Quick Help system. If this is
- !! not explicitly set to "true", no Quick Help will be
- !! shown.
- !!
- !! showPopupHelp Controls popup help explicitly
- !!
- !! showMsgLineHelp Controls message line help explicitly
- !!
- !! smallWidget number of pixels before different balloon placement
- !! is used.
-
- *ShowHelp: true
- !! *showPopupHelp: false
- !! *showMsgLineHelp: false
- *smallWidget: 75
-
- !! msgLineHelpText Help text for the message line (at bottom of the demo)
- !!
- !! popupHelpText Help text for the popup balloon
- *msgLineHelpText: (No specific message line help given)
- *popupHelpText: (No specific popup window help available)
-
-
- !! The next resources set timing parameters for popup help.
-
- !! Time before help appears after the cursor first enters a widget
- !! (when not browsing -- see below)
- *helpTextWaitTime: 800
-
- !! How long to display a help balloon. If this is zero, the balloon
- !! is not taken down based on time. It will only be taken down when
- !! something else happens, such as leaving the widget.
- *helpTextTimeUp: 3000
-
- !! Browsing Mode - user is quickly scanning help for widgets and does not
- !! want wait the full "helpTextWaitTime."
-
- !! To trigger browsing mode, the pointer must exit widget that is
- !! displaying a help balloon & enter another in less than this time.
- *helpTextBrowseCancelTime: 500
-
- !! Time before help appears after cursor enters a widget in Browsing
- !! Mode. This is expected to be materially less than "helpTextWaitTime."
- *helpTextBrowseWaitTime: 100
-
- !! Don't popup help in browsing mode if cursor is moving faster than
- !! (approximately) this number of pixels in "helpTextBrowseWaitTime".
- *helpTextBrowseVelocity: 10
- !!
- !! NOTE: Browsing Mode special cases:
- !! *) If you do not want to ever browse, just set
- !! "helpTextBrowseWaitTime" >= "helpTextWaitTime"
- !! *) If you want to always get the short browse timings, just set
- !! "helpTextWaitTime" <= "helpTextBrowseWaitTime".
-
- !! Do you want quick help for insensitive (greyed-out) widgets
- *helpTextInsensitive: TRUE
-
-
- !! Help text for the demo that fetches help by resource name
- *msgTest: This is the message line resource test
- popTest: This is the popup help resource test
-
- !! The following turn off Quick Help for the stuff you normally think of as
- !! background:
- *formW.msgLineHelpText:
- *formW.popupHelpText:
- *XmMainWindow.msgLineHelpText:
- *XmMainWindow.popupHelpText:
-
- !! The following set explicit quick help for some widgets, so you
- !! can see the interaction between default and specific text.
-
- *XmPushButton.msgLineHelpText: Message line help for a pushbutton
- *XmPushButton.popupHelpText: Popup help for a pushbutton
-
- *button1.msgLineHelpText: Message line help for pushbutton #1
- *button1.popupHelpText: Popup help for pushbutton #1
- *button3.msgLineHelpText: Message line help for pushbutton #3
- *button3.popupHelpText: Popup help for pushbutton #3
- *button5.msgLineHelpText: Message line help for pushbutton #5
- *button5.popupHelpText: Popup help for pushbutton #5
-
- *XmLabel.msgLineHelpText: Message line help for a label
- *XmLabel.popupHelpText: Popup help for a label
- *label1.msgLineHelpText: Message line help for label #1
- *label1.popupHelpText: Popup help for label #1
- *label3.msgLineHelpText: Message line help for label #3
- *label3.popupHelpText: Popup help for label #3
- *label5.msgLineHelpText: Message line help for label #5
- *label5.popupHelpText: Popup help for label #5
-