Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPTextTab.h
Go to the documentation of this file.
1 
2 @interface CPTextTab : CPObject
3 {
4  int _type // @accessors(property = tabStopType);
5  double _location // @accessors(property = location);
6 }
7 @end