home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / Perl / Non-RPC / Docs / RISCOS-Library-Docs / Group.pm < prev    next >
Text File  |  1999-04-17  |  579b  |  25 lines

  1. NAME
  2.     RISCOS::DrawFile::Group
  3.  
  4. SYNOPSIS
  5.     Class to handle groups in DrawFiles
  6.  
  7. DESCRIPTION
  8.     `RISCOS::DrawFile::Group' provides a class to group other
  9.     DrawFile objects. It is derived from
  10.     `RISCOS::DrawFile::Container' and `RISCOS::DrawFile::Object'. In
  11.     addition to their methods it provides one extra method
  12.  
  13.     Name [<name>]
  14.         returns the name of the group. If a new name is supplied it
  15.         replaces the name returned. Group names are truncated to 12
  16.         characters.
  17.  
  18.  
  19. BUGS
  20.     Not tested enough.
  21.  
  22. AUTHOR
  23.     Nicholas Clark <nick@unfortu.net>
  24.  
  25.