aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/InfoBar.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2012-03-13 09:55:50 +1100
committernyamatongwe <nyamatongwe@gmail.com>2012-03-13 09:55:50 +1100
commit6c09422ce1490a0cc526bf5178f38d1b8858441b (patch)
treef49c951dfa2964f61490727c89e87f49b717795b /cocoa/InfoBar.h
parent2efefe44e279e03fd3af914818a5f788278e175a (diff)
downloadscintilla-mirror-6c09422ce1490a0cc526bf5178f38d1b8858441b.tar.gz
Change name of the 'layout' method of ScintillaView and InfoBar to 'positionSubViews'
as 'layout' has been added to their superclass NSView in OS X 10.7. The existing 'layout' method interfered with the new automatic layout feature.
Diffstat (limited to 'cocoa/InfoBar.h')
-rw-r--r--cocoa/InfoBar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/InfoBar.h b/cocoa/InfoBar.h
index a83a92c9b..efde17944 100644
--- a/cocoa/InfoBar.h
+++ b/cocoa/InfoBar.h
@@ -45,7 +45,7 @@
- (void) setCallback: (id <InfoBarCommunicator>) callback;
- (void) createItems;
-- (void) layout;
+- (void) positionSubViews;
- (void) setDisplay: (IBDisplay) display;
- (void) zoomItemAction: (id) sender;
- (void) setScaleFactor: (float) newScaleFactor adjustPopup: (BOOL) flag;