Hi all,
I need to get rid of the line which separates a window's title bar from its contents. A textured window would be perfect for this task, except that its bottom corners are rounded, which is unacceptable for my purposes. So, is there any way to draw over a window's title bar? NSWindow has no -drawRect: method to override, so--how is this possible?
Thanks.
I need to get rid of the line which separates a window's title bar from its contents. A textured window would be perfect for this task, except that its bottom corners are rounded, which is unacceptable for my purposes. So, is there any way to draw over a window's title bar? NSWindow has no -drawRect: method to override, so--how is this possible?
Thanks.