gwenhywfar
4.8.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gui
cocoa
CocoaComboBox.h
Go to the documentation of this file.
1
//
2
// CocoaComboBox.h
3
//
4
//
5
// Created by Samuel Strupp on 10.08.10.
6
//
7
8
9
10
#ifndef COCOA_COMBOBOX_H
11
#define COCOA_COMBOBOX_H
12
13
#import <Cocoa/Cocoa.h>
14
#import "
CocoaGwenGUIProtocol.h
"
15
16
typedef
void (*
gwenComboBoxActionPtr
)(NSComboBox *comboBox,
void
* data);
17
18
19
@interface
CocoaComboBox
: NSComboBox <
CocoaGwenGUIProtocol
> {
20
21
BOOL
fillX
;
22
BOOL
fillY
;
23
24
CGFloat
minWidth
;
25
26
gwenComboBoxActionPtr
c_actionPtr
;
27
void
*
c_actionData
;
28
}
29
30
@property
BOOL fillX;
31
@property
BOOL fillY;
32
33
-(void) setC_ComboBoxActionPtr:(
gwenComboBoxActionPtr
)ptr Data:(
void
*)data;
34
35
@end
36
37
#endif
Generated on Tue Nov 12 2013 10:50:19 for gwenhywfar by
1.8.1.2