Making textured windows pretty
Making textured windows pretty
- Subject: Making textured windows pretty
- From: Fabian Lidman <email@hidden>
- Date: Mon, 11 Aug 2003 15:50:45 +0200
Hello all,
The GUI designer of the project i'm working on wants me to create a
window with the "brushed metal" appearance. I have two problems with
this:
NSTableViews and NSTextViews have a pretty weak-looking gray frame
around them. We want to emphasise this line by drawing a small bevel
around these controls, but for various reasons we cannot subclass the
actual views to do this. Is it possible to make a subclass of NSView
and replace the root-level view of the window to do this?
We also want the bottom of the window to be rectangular rather than
rounded, like in Safari. Does anyone know how Apple did this?
Thanks in advance
/Fabian
_______________________________________________
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.