Carl Carlson
Carl Carlson

Reputation: 540

Class name of the NSView containing text attribute controls that IB adds to NSWindow

When I add a NSTextView via IB, IB adds a string of text attribute controls below the window title. It's a great feature, but it is aligned left not centered. I'm trying to find documentation so I can center it. But, I can't find any reference to it.

What is its class name? Where is it documented?

Upvotes: 0

Views: 68

Answers (1)

mschmidt
mschmidt

Reputation: 2790

It's called "Inspector Bar". NSTextView has a property usesInspectorBar to enable/disable it.

The question is probably a duplicate if this and it seems the bar cannot be tweaked.

Upvotes: 1

Related Questions