mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Updated toolbar delegate.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21470 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5de62d0575
commit
0e4671f628
2 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-07-14 09:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormDocument.m: Implement toolbarSelectableItemIdentifiers
|
||||
in the toolbar delegate so that the items will remain selected showing
|
||||
the current selection.
|
||||
|
||||
2005-07-14 00:05 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormInspectorsManager.m: Removed commented out
|
||||
|
|
|
@ -4268,4 +4268,14 @@ willBeInsertedIntoToolbar: (BOOL)flag
|
|||
@"FileItem",
|
||||
nil];
|
||||
}
|
||||
|
||||
- (NSArray*) toolbarSelectableItemIdentifiers: (NSToolbar*)toolbar
|
||||
{
|
||||
return [NSArray arrayWithObjects: @"ObjectsItem",
|
||||
@"ImagesItem",
|
||||
@"SoundsItem",
|
||||
@"ClassesItem",
|
||||
@"FileItem",
|
||||
nil];
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue