API  1.0.0
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
Definition: CPView.j:137