Disable custom toolbar items
Disable custom toolbar items
- Subject: Disable custom toolbar items
- From: Quentin Mathé <email@hidden>
- Date: Sat, 4 May 2002 17:55:14 +0200
I have a toolbar with the search item based on an NSView with an
NSTextField and when I implement the method to enable/disable toolbar
items like that
- (BOOL)validateToolbarItem:(NSToolbarItem *)theItem
{
return NO;
}
all the toolbar items are deactivated except my custom search item...
How to disable it ?
--
Quentin Mathi
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.