This rx_intui library includes a few new functions.

Bug fixes for 0.1 include:
  The menu item and subitem flags now work as described.
  The Input() command had a fatal bug. It now works properly

Changes for 0.1:
  All commands now have the prefix "rxi_" added to them (i.e. GetWindow is now
rxi_GetWindow). This is to ensure that this library's function names are less
likely to conflict with other rexx function libraries.
  The requester and Input functions now change the font to Topaz 8 before
opening. Fore and back pens and Drawmode are now saved/restored.

Changes for 0.2:
  A new function, SetColor is added.
  The OnOffGadg function now can Activate a gadget
  The Color() function takes an additional arg, and has a new return

Changes for 0.3:
  Now uses the new disreq.library to replace the requester.library. This
  results in new features such as multiple extension match, each program can
  simultaneously open its own requester, and the ability to add/remove certain
  gadgets from the requester (including extra optional gadgets/functions
  including automatically adding new strings to the list or deleting ones).
