API 0.9.5
AppKit/CPPopover.h
Go to the documentation of this file.
00001 
00002 @interface CPPopover : CPResponder
00003 {
00004     @outlet CPViewController    _contentViewController  // @accessors(property=contentViewController);
00005     @outlet id                  _delegate               // @accessors(getter=delegate);
00006 
00007     BOOL                        _animates               // @accessors(property=animates);
00008     BOOL                        _shown                  // @accessors(getter=shown);
00009     int                         _appearance             // @accessors(property=appearance);
00010     int                         _behavior               // @accessors(getter=behavior);
00011 
00012     BOOL                        _needsCompute;
00013     _CPAttachedWindow           _attachedWindow;
00014     int                         _implementedDelegateMethods;
00015 }
00016 @end
 All Classes Files Functions Variables Defines