home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / resources / palettes / Calendar.README < prev    next >
Encoding:
Text File  |  1993-12-28  |  1.2 KB  |  24 lines

  1.  
  2. Jim Million    uunet!wiltel!jmillion    November 1992                                  
  3.  
  4. Calendar.palette (v1.0)
  5.  
  6. Calendar.palette is a 3.0  InterfaceBuilder View palette for the Control subclass Calendar.  Calendar is a simple UI widget for presenting and selecting dates in a calendar form. 
  7.  
  8.  
  9. Important Files...
  10.  Calendar.[hm] is the class represented by the palette.
  11.  CalendarInspector.[hm] manages IB Attributes inspection of an instance of Calendar.
  12.  
  13. Notes...
  14.  Calendar has been subclassed from Control in order to provide target/action 
  15.      manipulation via IB.  If enabled, an action is sent to the target when a day is selected
  16.      in the calendar. Calendar allows empty selection also resulting in an action send.
  17.      Currently, this is the only way to send an action. If you desire the action sent when 
  18.      other values are set (for example, the month is incremented), modify those methods
  19.      to call the private method '_sendActionToTarget'.
  20.  You will need to include Calendar.[hm] in any project that uses this palette (or use
  21.      interface file and include object file Calendar.o in link (OTHER_OFILES in preamble)).
  22.  Calendar is a fixed size View and in general, singular in purpose. Pardon its simple
  23.      mindedness (it gets it from the author).
  24.