home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / appkit / NXColorPicker.h < prev    next >
Text File  |  1992-07-10  |  580b  |  27 lines

  1. /*
  2.     NXColorPicker.h
  3.     Application Kit, Release 3.0
  4.     Copyright (c) 1991, NeXT, Inc.  All rights reserved. 
  5. */
  6.  
  7. #import "colorPicking.h"
  8. #import "NXColorPanel.h"
  9.  
  10.  
  11. @interface NXColorPicker : Object <NXColorPickingDefault>
  12. {
  13.     id imageObject;
  14.     NXColorPanel *colorPanel;
  15. }
  16. - initFromPickerMask:(int)mask withColorPanel:owningColorPanel;
  17. - provideNewButtonImage;
  18. - insertNewButtonImage:newButtonImage in:buttonCell;
  19. - viewSizeChanged:sender;
  20. - (float)insertionOrder;
  21. - attachColorList:colorList;
  22. - detachColorList:colorList;
  23. - updateColorList:colorList;
  24. - setMode:(int)mode;
  25.  
  26. @end
  27.