gwenhywfar  5.9.0
Instance Methods | Protected Attributes
CocoaPopUpButton Class Reference

#import <CocoaPopUpButton.h>

Inheritance diagram for CocoaPopUpButton:
Inheritance graph
[legend]
Collaboration diagram for CocoaPopUpButton:
Collaboration graph
[legend]

Instance Methods

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

Protected Attributes

void * c_actionData
 
gwenPopUpActionPtr c_actionPtr
 
BOOL fillX
 
BOOL fillY
 
CGFloat minWidth
 

Detailed Description

Definition at line 19 of file CocoaPopUpButton.h.

Method Documentation

- (BOOL) fillX

Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and CocoaTextBrowser::stringValue.

Here is the caller graph for this function:

- (BOOL) fillY

Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and CocoaTextBrowser::stringValue.

Here is the caller graph for this function:

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

Definition at line 67 of file CocoaPopUpButton.m.

References c_actionData, c_actionPtr, <CocoaGwenGUIProtocol>::minSize, and minWidth.

Here is the call graph for this function:

Field Documentation

- (void*) c_actionData
protected

Definition at line 23 of file CocoaPopUpButton.h.

Referenced by setC_PopUpActionPtr:Data:.

- (gwenPopUpActionPtr) c_actionPtr
protected

Definition at line 22 of file CocoaPopUpButton.h.

Referenced by setC_PopUpActionPtr:Data:.

- (BOOL) fillX
readwriteprotected

Definition at line 24 of file CocoaPopUpButton.h.

Referenced by CocoaGui_WComboBox_Setup().

- (BOOL) fillY
readwriteprotected

Definition at line 25 of file CocoaPopUpButton.h.

Referenced by CocoaGui_WComboBox_Setup().

- (CGFloat) minWidth
protected

Definition at line 27 of file CocoaPopUpButton.h.

Referenced by setC_PopUpActionPtr:Data:.


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