|
gwenhywfar
5.9.0
|
#import <CocoaTextBrowser.h>


Instance Methods | |
| (BOOL) | - fillX |
| (BOOL) | - fillY |
| (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.
| - (BOOL) fillX |
Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and stringValue.

| - (BOOL) fillY |
Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and stringValue.

| - (NSSize) minSize |
Referenced by CocoaHLayout::addLayoutSubview:, CocoaVLayout::addLayoutSubview:, CocoaWindowContentView::addLayoutSubview:, CocoaGridLayout::addLayoutSubview:, CocoaButton::clicked:, CocoaLabel::neededTextSize, CocoaComboBox::setC_ComboBoxActionPtr:Data:, CocoaPopUpButton::setC_PopUpActionPtr:Data:, CocoaLineTextField::setC_TextChanged_ActionPtr:Data:, CocoaRadioButton::setGroupManager:, CocoaScrollBox::setLayoutedDocumentView:, CocoaListBox::sortOrderForColumnAtIndex:, stringValue, and CocoaSpinbox::stringValue.

| - (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 <CocoaGwenGUIProtocol>::fillX, <CocoaGwenGUIProtocol>::fillY, loadedString, and <CocoaGwenGUIProtocol>::minSize.

|
readwriteprotected |
Definition at line 15 of file CocoaTextBrowser.h.
Referenced by CocoaGui_WTextBrowser_Setup().
|
readwriteprotected |
Definition at line 16 of file CocoaTextBrowser.h.
Referenced by CocoaGui_WTextBrowser_Setup().
|
protected |
Definition at line 18 of file CocoaTextBrowser.h.
Referenced by setStringValue:BasePath:, and stringValue.
1.8.11