1  overview
=TITLE Overview
 This is the Help library for the XUI sample applica-
 tion.  By choosing items from the application's main
 menu, you can do the following:

	* Change the language of the interface
	  (for example, from English to German).

	* See examples of the XUI widgets.

 The sample application is consistent with the XUI
 style as defined in the XUI Style Guide.


2  changing_the_interface_language
=TITLE Changing the Interface Language
 You can change the language that the sample applica-
 tion uses in its interface.  The 'Language' menu item
 shows the different languages that are available.
 Choosing, say, German, changes all the prompts and
 all the labels in the application to German.

2  seeing_widget_examples
=TITLE Seeing Widget Examples
 The 'Widgets' menu item lets you see examples of the
 different XUI widgets.  These widgets fall into six
 general categories:

	* Basic widgets
	* Generic boxes
	* Special boxes
	* Menus
	* Windows
	* Miscellaneous


3  basic_widgets
=TITLE Basic widgets
 Basic widgets are used to build more complex widgets.
 Basic widgets also are available as gadgets.  Gadgets
 share the functionality of their widget counterparts,
 but use less resources.

 The basic widgets are:

	* Label
	* Push Button
	* Separator
	* Toggle Button
 
3  generic_boxes
=TITLE Generic boxes
 The generic box widgets, or dialog box widgets, act
 as containers for other widgets.  By filling them
 with widgets like push buttons and radio boxes, you
 can solicit information from the user.

	* Dialog Box
	* Popup Dialog Box
	* Attached Dialog Box
	* Popup Attached Dialog Box

3  special_boxes
=TITLE Special boxes
 Special box widgets are just dialog boxes that have
 been specially configured for some commonly needed
 functions.

	* Caution Box
	* File Selection
	* Help Box
	* Message Box
	* Selection Box
	* Work-In-Progress Box

3  menus
=TITLE Menus
 Menu widgets let you present the user with selections
 of choices.

	* Menu Bar
	* Option Menu
	* Popup Menu
	* Pulldown Menu
	* Pulldown Menu Entry
	* Radio Box

3  windows
=TITLE Windows
 Window widgets let you open windows on the display.

	* Command Window
	* Main Window
	* Scroll Window
	* Window

3  miscellaneous
=TITLE Miscellaneous
 There are several miscellaneous widgets that perform
 special functions.

	* List Box
	* Scale
	* Scroll Bar
	* Simple Text


