discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bugs in gui/back


From: H. Nikolaus Schaller
Subject: Re: Bugs in gui/back
Date: Sat, 21 Apr 2018 19:26:14 +0200

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

> Am 21.04.2018 um 16:43 schrieb Andreas Höschler <ahoesch@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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]