gwenhywfar
4.11.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gwenhywfar4
gwen-gui-cocoa
CocoaPopUpButton.h
Go to the documentation of this file.
1
//
2
// CocoaPopUpButton.h
3
//
4
//
5
// Created by Samuel Strupp on 10.08.10.
6
//
7
8
9
10
#ifndef COCOA_POPUP_BUTTON_H
11
#define COCOA_POPUP_BUTTON_H
12
13
#import <Cocoa/Cocoa.h>
14
#import "
CocoaGwenGUIProtocol.h
"
15
16
typedef
void (*
gwenPopUpActionPtr
)(NSPopUpButton *button,
void
* data);
17
18
19
@interface
CocoaPopUpButton
: NSPopUpButton <
CocoaGwenGUIProtocol
> {
20
gwenPopUpActionPtr
c_actionPtr
;
21
void
*
c_actionData
;
22
BOOL
fillX
;
23
BOOL
fillY
;
24
25
CGFloat
minWidth
;
26
}
27
28
@property
BOOL fillX;
29
@property
BOOL fillY;
30
31
-(void) setC_PopUpActionPtr:(
gwenPopUpActionPtr
)ptr Data:(
void
*)data;
32
33
@end
34
35
#endif
gwenPopUpActionPtr
void(* gwenPopUpActionPtr)(NSPopUpButton *button, void *data)
Definition:
CocoaPopUpButton.h:16
CocoaGwenGUIProtocol-p
Definition:
CocoaGwenGUIProtocol.h:12
CocoaPopUpButton
Definition:
CocoaPopUpButton.h:19
CocoaGwenGUIProtocol.h
CocoaPopUpButton::fillY
BOOL fillY
Definition:
CocoaPopUpButton.h:23
CocoaPopUpButton::minWidth
CGFloat minWidth
Definition:
CocoaPopUpButton.h:25
CocoaPopUpButton::fillX
BOOL fillX
Definition:
CocoaPopUpButton.h:22
CocoaPopUpButton::c_actionData
void * c_actionData
Definition:
CocoaPopUpButton.h:21
CocoaPopUpButton::c_actionPtr
gwenPopUpActionPtr c_actionPtr
Definition:
CocoaPopUpButton.h:20
Generated on Tue Mar 11 2014 20:07:08 for gwenhywfar by
1.8.6