home *** CD-ROM | disk | FTP | other *** search
/ Dream 50 / Amiga_Dream_50.iso / BeOS / develop / SantasGiftBagV1.5.txt < prev    next >
Text File  |  1998-03-01  |  2KB  |  31 lines

  1. File:           SantasGiftBagV1.5.zip
  2. Author:         Brian Tietz (btietz@biomail.ucsd.edu)
  3. Release:        1.5
  4. Compatibility:  PR
  5. Location:       contrib/develop
  6. Description:    ColumnListView, TabView, BufferedFile, other goodies
  7. Notes:
  8.     Classes for general use:
  9.         ColumnListView: BListView-derived class with columns that the user can resize, drag,
  10.             sort, etc., with BOutlineListView-like support for hierarchical lists.
  11.         TabView: No big deal, since BeOS release 3 will have one, but useful if you want to link
  12.             against PR1 for a wider audience.
  13.         MouseWatcher: Thread to track the mouse until user releases the button, even if the
  14.             mouse goes outside the target BView.
  15.         BufferedFile: BFile-derived class to buffer file output for improved efficiency and allows 
  16.             readable code style to still be efficient.  Eliminates endian-ness issue by providing 
  17.             automatic byte swapping.  Includes a handy ReadString/WriteString pair.
  18.         Reacquirable benaphore and spinlock: Benaphore and spinlock derivatives: singly-
  19.             acquirable locking mechanisms that allow nested acquisition by the thread that 
  20.             currently holds the lock.
  21.         PrefilledBitmap: BBitmap wrapper that allows you to specify the image data in the 
  22.             constructor.
  23.         IconDump: Dump the tracker icon for a file to C++ source for a PrefilledBitmap (virtually 
  24.             identical to BBitmap, can be used to generate BBitmaps easily too).
  25.     Other little goodies: List of const rgb_color definitions for the standard Be UI colors, generic
  26.         test application framework for testing code fragments that need a GUI, and a thread 
  27.         safe version of localtime.
  28.  
  29.  
  30.  
  31.