gwenhywfar  4.8.0beta
Instance Methods | Protected Attributes | Properties
CocoaPopUpButton Class Reference

#import <CocoaPopUpButton.h>

Inheritance diagram for CocoaPopUpButton:
<CocoaGwenGUIProtocol>

Instance Methods

(BOOL) - fillX
 
(BOOL) - fillY
 
(NSSize) - minSize
 
(void) - setC_PopUpActionPtr:Data:
 

Protected Attributes

void * c_actionData
 
gwenPopUpActionPtr c_actionPtr
 
CGFloat minWidth
 

Properties

BOOL fillX
 
BOOL fillY
 

Detailed Description

Definition at line 19 of file CocoaPopUpButton.h.

Method Documentation

- (BOOL) fillX
- (BOOL) fillY
- (NSSize) minSize
- (void) setC_PopUpActionPtr: (gwenPopUpActionPtr ptr
Data: (void*)  data 

Definition at line 67 of file CocoaPopUpButton.m.

References c_actionData, and c_actionPtr.

Referenced by CocoaGui_WComboBox_Setup().

Field Documentation

- (void*) c_actionData
protected

Definition at line 21 of file CocoaPopUpButton.h.

Referenced by setC_PopUpActionPtr:Data:.

- (gwenPopUpActionPtr) c_actionPtr
protected

Definition at line 20 of file CocoaPopUpButton.h.

Referenced by setC_PopUpActionPtr:Data:.

- (CGFloat) minWidth
protected

Definition at line 25 of file CocoaPopUpButton.h.

Property Documentation

- (BOOL) fillX
readwriteatomic

Definition at line 22 of file CocoaPopUpButton.h.

Referenced by CocoaGui_WComboBox_Setup().

- (BOOL) fillY
readwriteatomic

Definition at line 23 of file CocoaPopUpButton.h.

Referenced by CocoaGui_WComboBox_Setup().


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