00001 00002 @interface CPButtonBar : CPView 00003 { 00004 BOOL _hasResizeControl; 00005 BOOL _resizeControlIsLeftAligned; 00006 CPArray _buttons; 00007 } 00008 @end