gwenhywfar
5.11.1beta
gwenhywfar5
gwen-gui-cocoa
CocoaLineTextField.h
Go to the documentation of this file.
1
//
2
// CocoaLineTextField.h
3
//
4
//
5
// Created by Samuel Strupp on 10.08.10.
6
//
7
8
9
10
#ifndef COCOA_LINE_TEXTFIELD_H
11
#define COCOA_LINE_TEXTFIELD_H
12
13
#import <Cocoa/Cocoa.h>
14
#import "
CocoaLabel.h
"
15
16
typedef
void (*
gwenTextFieldActionPtr
)(NSTextField *textField,
void
*data);
17
18
19
@interface
CocoaLineTextField
:
CocoaLabel
20
{
21
gwenTextFieldActionPtr
c_actionPtr
;
22
void
*
c_actionData
;
23
24
gwenTextFieldActionPtr
c_textChangedActionPtr
;
25
void
*
c_textChangedActionData
;
26
}
27
28
-(void) setC_ActionPtr:(
gwenTextFieldActionPtr
)ptr Data:(
void
*)data;
29
-(void) setC_TextChanged_ActionPtr:(
gwenTextFieldActionPtr
)ptr Data:(
void
*)data;
30
31
@end
32
33
#endif
CocoaLabel.h
gwenTextFieldActionPtr
void(* gwenTextFieldActionPtr)(NSTextField *textField, void *data)
Definition:
CocoaLineTextField.h:16
CocoaLabel
Definition:
CocoaLabel.h:18
CocoaLineTextField
Definition:
CocoaLineTextField.h:20
CocoaLineTextField::c_textChangedActionPtr
gwenTextFieldActionPtr c_textChangedActionPtr
Definition:
CocoaLineTextField.h:24
CocoaLineTextField::c_textChangedActionData
void * c_textChangedActionData
Definition:
CocoaLineTextField.h:25
CocoaLineTextField::c_actionData
void * c_actionData
Definition:
CocoaLineTextField.h:22
CocoaLineTextField::c_actionPtr
gwenTextFieldActionPtr c_actionPtr
Definition:
CocoaLineTextField.h:21
Generated by
1.9.1