gwenhywfar  4.8.0beta
Public Member Functions | Protected Attributes | Properties
CocoaComboBox Class Reference

#import <CocoaComboBox.h>

Inheritance diagram for CocoaComboBox:
<CocoaGwenGUIProtocol>

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

Detailed Description

Definition at line 19 of file CocoaComboBox.h.

Member Function Documentation

- (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.

Referenced by CocoaGui_WComboBox_Setup().

Field Documentation

- (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.

Property Documentation

- (BOOL) fillX
readwriteatomic

Definition at line 21 of file CocoaComboBox.h.

Referenced by CocoaGui_WComboBox_Setup().

- (BOOL) fillY
readwriteatomic

Definition at line 22 of file CocoaComboBox.h.

Referenced by CocoaGui_WComboBox_Setup().


The documentation for this class was generated from the following files: