summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index 71cceb9..d7cf540 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -465,6 +465,9 @@ VISIBILITY_HIDDEN
@property Window tkWindow;
@end
+@interface TKPanel(TKWm)
+- (void) tkLayoutChanged;
+@end
#pragma mark NSMenu & NSMenuItem Utilities
@interface NSMenu(TKUtils)