gwenhywfar
4.3.3
|
#import <CocoaComboBox.h>
Public Member Functions | |
(BOOL) | - fillX |
(BOOL) | - fillY |
(NSSize) | - minSize |
(void) | - setC_ComboBoxActionPtr:Data: |
Protected Attributes | |
void * | c_actionData |
gwenComboBoxActionPtr | c_actionPtr |
CGFloat | minWidth |
Properties | |
BOOL | fillX |
BOOL | fillY |
Definition at line 19 of file CocoaComboBox.h.
- (BOOL) fillX |
- (BOOL) fillY |
- (NSSize) minSize |
- (void) setC_ComboBoxActionPtr: | (gwenComboBoxActionPtr) | ptr | |
Data: | (void*) | data | |
Definition at line 64 of file CocoaComboBox.m.
References c_actionData, and c_actionPtr.
- (void*) c_actionData [protected] |
Definition at line 27 of file CocoaComboBox.h.
Referenced by setC_ComboBoxActionPtr:Data:.
- (gwenComboBoxActionPtr) c_actionPtr [protected] |
Definition at line 26 of file CocoaComboBox.h.
Referenced by setC_ComboBoxActionPtr:Data:.
- (CGFloat) minWidth [protected] |
Definition at line 24 of file CocoaComboBox.h.
- (BOOL) fillX [read, write, assign] |
Definition at line 21 of file CocoaComboBox.h.
Referenced by CocoaGui_WComboBox_Setup().
- (BOOL) fillY [read, write, assign] |
Definition at line 22 of file CocoaComboBox.h.
Referenced by CocoaGui_WComboBox_Setup().