Hi,
I am trying to add a border att tha bottom of my textrured window with a sidebar. I would like to look exactly like in finder:

for now it looks like that:

And I can't find anything in Interface Builder how I can add this border.
|
|
Hi, I am trying to add a border att tha bottom of my textrured window with a sidebar. I would like to look exactly like in finder:
for now it looks like that:
And I can't find anything in Interface Builder how I can add this border.
|
||
|
|
|
|
You add that with NSWindow's setContentBorderThickness:forEdge:, passing NSMinYEdge for the edge. Note that this will only work if the window is not textured. |
||||||
|