project builder-style interface??
project builder-style interface??
- Subject: project builder-style interface??
- From: Oliver Chern <email@hidden>
- Date: Tue, 14 Aug 2001 19:51:18 -0400
I really like PB's sliding tabs on the left and top and want to implement
something like that in my own application. Apparently, AFAIK, the tabs
themselves are custom NSView objects, with a NSSplitView thrown in on top
and another one on left, and some NSTabView behavior also. I looked in
NSTabViewItem and NSTabView documentation, and could not find anything about
the following behavior in PB:
Does anyone know how to flip upside down the tabs?
Does anyone know how to modify default NSTabView behavior so that the tabs
do not center themselves by default? (to the right or to the top?)
Does anyone know how to allow for tabs on the left side?
TIA,
Oliver