aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMUILocalizerTest.h')
-rw-r--r--AppKit/GTMUILocalizerTest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/AppKit/GTMUILocalizerTest.h b/AppKit/GTMUILocalizerTest.h
index d2019bb..d1c1774 100644
--- a/AppKit/GTMUILocalizerTest.h
+++ b/AppKit/GTMUILocalizerTest.h
@@ -23,10 +23,14 @@
IBOutlet NSWindow *otherWindow_;
IBOutlet NSWindow *anotherWindow_;
IBOutlet NSMenu *otherMenu_;
+ IBOutlet NSTextField *bindingsTextField_;
+ IBOutlet NSSearchField *bindingsSearchField_;
}
- (NSWindow *)otherWindow;
- (NSWindow *)anotherWindow;
- (NSMenu *)otherMenu;
+- (NSTextField *)bindingsTextField;
+- (NSSearchField *)bindingsSearchField;
@end
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5