Re: toolbar and switching a NSView
Re: toolbar and switching a NSView
- Subject: Re: toolbar and switching a NSView
- From: Ondra Cada <email@hidden>
- Date: Mon, 11 Feb 2002 14:53:27 +0100
Chris,
>
>>>>> Chris Atwood (CA) wrote at Mon, 11 Feb 2002 01:14:38 -0500:
CA> Does anyone know the location of some sample code for a toolbar changing
CA> the contents of its window using NSView?
Toolbar or not, to switch views you can either play with NSTabView (it
should work tabless, though I never tried myself), or DYI (which is
suprisingly easy) using -[NSView replaceSubview:with:]
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.