gwenhywfar  4.6.0beta
Instance Methods | Protected Attributes | Properties
CocoaTextBrowser Class Reference

#import <CocoaTextBrowser.h>

Inheritance diagram for CocoaTextBrowser:
<CocoaGwenGUIProtocol>

Instance Methods

(BOOL) - fillX
 
(BOOL) - fillY
 
(NSSize) - minSize
 
(void) - setStringValue:
 
(void) - setStringValue:BasePath:
 
(NSString *) - stringValue
 

Protected Attributes

NSString * loadedString
 

Properties

BOOL fillX
 
BOOL fillY
 

Detailed Description

Definition at line 12 of file CocoaTextBrowser.h.

Method Documentation

- (BOOL) fillX
- (BOOL) fillY
- (NSSize) minSize
- (void) setStringValue: (NSString*)  value

Definition at line 74 of file CocoaTextBrowser.m.

References setStringValue:BasePath:.

Referenced by CocoaGui_WTextBrowser_Setup().

- (void) setStringValue: (NSString*)  value
BasePath: (NSString*)  base 

Definition at line 39 of file CocoaTextBrowser.m.

References loadedString.

Referenced by CocoaGui_WTextBrowser_SetCharProperty(), and setStringValue:.

- (NSString *) stringValue

Definition at line 78 of file CocoaTextBrowser.m.

References loadedString.

Referenced by CocoaGui_WTextBrowser_GetCharProperty().

Field Documentation

- (NSString*) loadedString
protected

Definition at line 16 of file CocoaTextBrowser.h.

Referenced by setStringValue:BasePath:, and stringValue.

Property Documentation

- (BOOL) fillX
readwriteatomic

Definition at line 13 of file CocoaTextBrowser.h.

Referenced by CocoaGui_WTextBrowser_Setup().

- (BOOL) fillY
readwriteatomic

Definition at line 14 of file CocoaTextBrowser.h.

Referenced by CocoaGui_WTextBrowser_Setup().


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