Hi Andreas,
still alive? (same question goes to me :)

> Am 21.04.2018 um 16:43 schrieb Andreas Höschler <ahoe...@smartsoft.de>:
> 
> NSWindow::drawRect:display:

does this really exist?

Apple is usually keeping deprecated methods in documentation for a long time:

        https://developer.apple.com/documentation/appkit/nswindow?language=objc

but there are only display methods but no drawRect.

Anyways, what should a window draw? Only NSView and NSCell draw something.
So it draws its contentView because that can be defined in a NIB.

Or this is a private method to draw the window decoration?

-- hns
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to