API  1.0.0
CPPopover.h
Go to the documentation of this file.
1 
2 @interface CPPopover : CPResponder
3 {
4  @outlet CPViewController _contentViewController // @accessors(property=contentViewController);
5  @outlet id <CPPopoverDelegate> _delegate // @accessors(getter=delegate);
6 
7  BOOL _animates // @accessors(getter=animates);
8  int _appearance // @accessors(property=appearance);
9  int _behavior // @accessors(getter=behavior);
10 
11  _CPPopoverWindow _popoverWindow;
12  CPView _positioningView;
13  int _implementedDelegateMethods;
14 }
15 @end
Definition: CPView.j:137