API 0.9.5
AppKit/CPToolbarItem.h
Go to the documentation of this file.
00001 
00002 @interface CPToolbarItem : CPObject
00003 {
00004     CPString    _itemIdentifier;
00005 
00006     CPToolbar   _toolbar;
00007 
00008     CPString    _label;
00009     CPString    _paletteLabel;
00010     CPString    _toolTip;
00011     int         _tag;
00012     id          _target;
00013     SEL         _action;
00014     BOOL        _isEnabled;
00015     CPImage     _image;
00016     CPImage     _alternateImage;
00017 
00018     CPView      _view;
00019 
00020     CGSize      _minSize;
00021     CGSize      _maxSize;
00022 
00023     int         _visibilityPriority;
00024 
00025     BOOL        _autovalidates;
00026 }
00027 @end
 All Classes Files Functions Variables Defines