home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / MUI / muitoolkit / muitoolkit.readme < prev   
Encoding:
Text File  |  1999-09-18  |  2.5 KB  |  101 lines

  1. Short   : 1.0 - The MUI Toolkit library (FREE)
  2. Author  : Marcin Orlowski <carlos@amiga.com.pl>
  3. Uploader: Marcin Orlowski <carlos@amiga.com.pl>
  4. Type    : util/libs
  5. WWW     : http://amiga.com.pl/
  6. Version : 1.0
  7.  
  8.  
  9.  THE STORY
  10.  ----------------------
  11.  
  12.  Anyone being the author of more than one MUI based application most
  13.  probably realized, that using some predefined MUI macros
  14.  (<libraries/mui.h>) speeds up 'writting' the GUI, but most of the authors
  15.  sooner of later write their own bunch of functions and uses them for
  16.  creation of the gui instead of standard one.  And so did I, creating my own
  17.  pool of routines I use in my apps to approach "TLBRTS" (Type Less But Reach
  18.  The Same{tm} ;-) goal.
  19.  
  20.  I just moved all my own MUI related helper-functions into the shared
  21.  library (named muitoolkit as you probably guessed).  It features all
  22.  helper-functions *I* use in my apps to create user interface (at least for
  23.  verion 1.0 ;-).
  24.  
  25.  Among the object creation functions, MuiToolkit also features string,
  26.  numeric string requester (something like ReqTools offers for instance) etc.
  27.  And I plan more of course. For now, don't forget to watch enclosed
  28.  demo program!
  29.  
  30.  Take a closer look. I hope you'll like it! And it's freeware!
  31.  
  32.  
  33.  
  34.  
  35.  HISTORY
  36.  ----------------------
  37.  
  38.  1.0 (Sat Sep 18 13:29:59 1999)
  39.  ------------------------------
  40.  
  41.  - finished autodocs
  42.  - added return value to mt_WinAttach
  43.  - first public release
  44.  
  45.  
  46.  0.7 (Thu Sep 02 21:13:55 1999)
  47.  ------------------------------
  48.  
  49.  - Still working on demo
  50.  - Added:
  51.     - mt_Radio
  52.     - mt_Check
  53.  - mt_GetStringA and mt_GetIntegerA now behave correctly on giving
  54.    them empty string as positive answer
  55.  
  56.  
  57.  0.6 (Wed Sep 01 23:19:59 1999)
  58.  ------------------------------
  59.  
  60.  - Reworked demo program
  61.  - Added:
  62.     - mt_GetStringA
  63.     - mt_GetIntegerA
  64.  
  65.  0.5 (Thu Aug 26 20:34:00 1999)
  66.  ------------------------------
  67.  
  68.  - Implemented:
  69.     - mt_Get
  70.     - mt_ParseHotkey
  71.     - mt_Label
  72.     - mt_EmptyLabel
  73.     - mt_PopButton
  74.     - mt_Checkmark
  75.     - mt_Cycle
  76.     - mt_CycleWeight
  77.     - mt_Slider
  78.     - mt_SliderFmt
  79.     - mt_String
  80.     - mt_StringSecret
  81.     - mt_StringAccept
  82.     - mt_StringReject
  83.     - mt_StringNumeric
  84.     - mt_Button
  85.     - mt_ButtonWeight
  86.     - mt_ButtonToggle
  87.     - mt_WinOpen
  88.     - mt_WinAttach
  89.     - mt_WinDetach
  90.     - mt_Text
  91.  - CVS import
  92.  
  93.  
  94.  
  95.  
  96.   ========================================================================
  97.  
  98.        $Id: muitoolkit.readme,v 1.2 1999/09/01 21:28:43 carlos Exp $
  99.  
  100.   ========================================================================
  101.