handling tab overflow in a tab view
handling tab overflow in a tab view
- Subject: handling tab overflow in a tab view
- From: John Clayton <email@hidden>
- Date: Sun, 29 Dec 2002 11:13:23 -0500
I would like to use a tab view to tab between a list of open documents.
Of course, NSTabView isn't very smart about handling overflow in a
limited space, and one solution would be to stack them up on top as we
reach the end of the display space. I am guessing the best way to do
this would be to subclass NSTabView, but how would I determine exactly
what to override? Simply override the public methods? Or, would there
be some private stuff not in the interface that I should override, thus
piggybacking on existing work?
Or, is there an altogether better way to accomplish the goal of moving
between a list of objects (documents in this case)? I'm not too keen
on PB's drop down approach. Any thoughts? Thanks.
Regards,
John Clayton
----------------------------------
email@hidden
----------------------------------
Ask a question, remain a fool for five minutes
Don't ask a question, remain a fool forever
_______________________________________________
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.