Private gnustep category moved here

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15770 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-01-30 04:23:40 +00:00
parent 9c6e647cf0
commit 1903496e3c

View file

@ -96,6 +96,12 @@ APPKIT_EXPORT NSString *NSToolbarWillAddItemNotification;
- (NSArray*) visibleItems;
@end /* interface of NSToolbar */
@class GSToolbarView;
@interface NSToolbar (GNUstepPrivate)
- (GSToolbarView *) _toolbarView;
@end
/*
* Methods Implemented by the Delegate
*/