mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
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:
parent
9c6e647cf0
commit
1903496e3c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue