Hi Andreas,
still alive? (same question goes to me :)
> Am 21.04.2018 um 16:43 schrieb Andreas Höschler <[email protected]>:
>
> 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
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep