Cappuccino
1.0.0
All
Classes
Files
Functions
Variables
Typedefs
Macros
Groups
Pages
CPTabViewItem.h
Go to the documentation of this file.
1
2
@interface
CPTabViewItem
:
CPObject
3
{
4
id
_identifier;
5
CPString
_label;
6
CPInteger _tag
// @accessors(property=tag);
7
8
CPView
_view;
9
CPView
_auxiliaryView;
10
11
CPTabView
_tabView;
12
unsigned
_tabState;
// Looks like it is not yet implemented
13
14
CPImage
_image
// @accessors(property=image);
15
CPViewController
_viewController
// @accessors(getter=viewController);
16
17
BOOL _enabled
// @accessors(property=enabled);
18
BOOL _selected
// @accessors(property=selected);
19
CGRect _tabRect
// @accessors(property=frame);
20
float
_width
// @accessors(property=width);
21
}
22
@end
AppKit
CPTabViewItem.h
Generated on Fri Sep 7 2018 11:26:15 for Cappuccino by
1.8.3