home *** CD-ROM | disk | FTP | other *** search
- Short: Triton GUI creation system. r1.3 dev
- Author: s.zeiger@laren.rhein-main.de (Stefan Zeiger)
- Uploader: s.zeiger@laren.rhein-main.de (Stefan Zeiger)
- Type: dev/gui
-
- This archive contains all files required to create Triton applications.
- You will also need the archive 'tri13usr.lha' for a complete distribution.
-
- Changes since release 1.2:
-
- Added 'Invisible' mode (TRST_INVISIBLE) to class_String for password
- gadgets with invisible typing.
- Added TR_SendMessage().
- Added text clipping for resizable texts.
- The C headers are now compatible with Objective C.
- Added BlitzBasic support
- TR_GetErrorString() doesn't return NULL anymore.
- Added support for TRAT_ID in class_Group.
- Added TRMS_DISKINSERTED and TRMS_DISKREMOVED (see TRWF_SYSTEMACTION).
- You may now use shortcuts in FrameBox titles.
- The stubs for TR_SetAttribute(), TR_GetAttribute(), TR_LockProject()
- and TR_UnlockProject() were not compiled into the gcc support
- libraries in previous releases. This is fixed now.
- Added TRST_NORETURNBROADCAST (class_String flag).
- Fixed bug: Slider gadgets could not be disabled/enabled.
- Fixed bug: Scrolling was possible in empty listviews.
- Fixed bug: After putting a new list into a listview, the currently
- selected item could be beyond the limits of the new (smaller) list.
- This is fixed now. In that case, the last item will be selected.
- Fixed bug: When changing TRAT_Disabled of menus with TR_SetAttribute(),
- TRUE and FALSE were swapped, causing excatly the opposite effect.
- Fixed bug: The 'disabled' status of cycle, listview and palette gadgets
- could not be changed with TR_SetAttribute(). This is fixed now.
-