From 1aac50492d94c282511a6484760405b314d1f1f0 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 6 Aug 2009 17:00:44 +0000 Subject: [Author: thomasvl] Move the nib finding code in GTMUILocalizer to a class methods so it can be called without an instance. Add GTMUILocalizerAndLayoutTweaker getting UI localized and then running through it to auto size UI items that have been marked and also support limited tweaks on other objects based on a group of tweaks. Provide a class method for this sizeToFit fixup of individual objects. Unittests for the new class. R=dmaclach,stuartmorgan DELTA=3161 (3157 added, 0 deleted, 4 changed) --- AppKit/GTMUILocalizerAndLayoutTweakerTest.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 AppKit/GTMUILocalizerAndLayoutTweakerTest.h (limited to 'AppKit/GTMUILocalizerAndLayoutTweakerTest.h') diff --git a/AppKit/GTMUILocalizerAndLayoutTweakerTest.h b/AppKit/GTMUILocalizerAndLayoutTweakerTest.h new file mode 100644 index 0000000..9853007 --- /dev/null +++ b/AppKit/GTMUILocalizerAndLayoutTweakerTest.h @@ -0,0 +1,27 @@ +// +// GTMUILocalizerAndLayoutTweakerTest.h +// +// Copyright 2009 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may not +// use this file except in compliance with the License. You may obtain a copy +// of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// License for the specific language governing permissions and limitations under +// the License. +// + +#import +#import "GTMUILocalizer.h" + +@interface GTMUILocalizerAndLayoutTweakerTestWindowController : NSWindowController +@end + + +@interface GTMUILocalizerAndLayoutTweakerTestLocalizer : GTMUILocalizer +@end -- cgit v1.2.3