Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPButtonBar.h
Go to the documentation of this file.
1 
2 @interface CPButtonBar : CPView
3 {
4  BOOL _hasResizeControl;
5  BOOL _resizeControlIsLeftAligned;
6  CPArray _buttons;
7 }
8 @end