|
gwenhywfar 5.14.1
|
#include <CocoaTextBrowser.h>


Instance Methods | |
| (NSSize) | - minSize |
| (void) | - setStringValue: |
| (void) | - setStringValue:BasePath: |
| (NSString *) | - stringValue |
Protected Attributes | |
| BOOL | fillX |
| BOOL | fillY |
| NSString * | loadedString |
Definition at line 12 of file CocoaTextBrowser.h.
| - (NSSize) minSize |
| - (void) setStringValue: | (NSString *) | value |
Definition at line 74 of file CocoaTextBrowser.m.
References setStringValue:BasePath:.

| - (void) setStringValue: | (NSString *) | value | |
| BasePath: | (NSString *) | base |
Definition at line 39 of file CocoaTextBrowser.m.
References loadedString.
Referenced by setStringValue:.

| - (NSString *) stringValue |
Definition at line 78 of file CocoaTextBrowser.m.
References loadedString, and stringValue.
Referenced by stringValue.


|
readwriteprotected |
Definition at line 88 of file CocoaTextBrowser.m.
Referenced by CocoaGui_WTextBrowser_Setup().
|
readwriteprotected |
Definition at line 92 of file CocoaTextBrowser.m.
Referenced by CocoaGui_WTextBrowser_Setup().
|
protected |
Definition at line 18 of file CocoaTextBrowser.h.
Referenced by setStringValue:BasePath:, and stringValue.