From c9e416c3c74910d79fd548180584491b257b833b Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 27 Jul 2009 17:00:45 +0000 Subject: [Author: thomasvl] Support for NSMatrix in uistate files (dumps the cells and row/column counts). Support for NSMatrix in GTMUILocalizer. Added checkboxes and radio groups to the GTMUILocalizer unittest. R=dmaclach DELTA=551 (541 added, 0 deleted, 10 changed) --- AppKit/GTMUILocalizer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'AppKit/GTMUILocalizer.h') diff --git a/AppKit/GTMUILocalizer.h b/AppKit/GTMUILocalizer.h index 54012cf..b07b861 100644 --- a/AppKit/GTMUILocalizer.h +++ b/AppKit/GTMUILocalizer.h @@ -73,6 +73,7 @@ - (void)localizeWindow:(NSWindow *)window recursively:(BOOL)recursive; - (void)localizeView:(NSView *)view recursively:(BOOL)recursive; - (void)localizeMenu:(NSMenu *)menu recursively:(BOOL)recursive; +- (void)localizeCell:(NSCell *)cell recursively:(BOOL)recursive; // A method for subclasses to override in case you have a different // way to go about getting localized strings. -- cgit v1.2.3