gwenhywfar 5.10.1
Instance Methods | Protected Attributes
CocoaTextBrowser Class Reference

#import <CocoaTextBrowser.h>

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

Instance Methods

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

Protected Attributes

BOOL fillX
 
BOOL fillY
 
NSString * loadedString
 

Detailed Description

Definition at line 12 of file CocoaTextBrowser.h.

Method Documentation

◆ minSize

- (NSSize) minSize

◆ setStringValue:

- (void) setStringValue: (NSString *)  value

Definition at line 1 of file CocoaTextBrowser.m.

References fillX, fillY, and loadedString.

◆ setStringValue:BasePath:

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

Definition at line 1 of file CocoaTextBrowser.m.

◆ stringValue

- (NSString *) stringValue

Definition at line 1 of file CocoaTextBrowser.m.

Field Documentation

◆ fillX

- (BOOL) fillX
readwriteprotected

Definition at line 15 of file CocoaTextBrowser.h.

Referenced by CocoaGui_WTextBrowser_Setup(), and setStringValue:.

◆ fillY

- (BOOL) fillY
readwriteprotected

Definition at line 16 of file CocoaTextBrowser.h.

Referenced by CocoaGui_WTextBrowser_Setup(), and setStringValue:.

◆ loadedString

- (NSString*) loadedString
protected

Definition at line 18 of file CocoaTextBrowser.h.

Referenced by setStringValue:.


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