[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Display.getClientArea equals to getBounds on linux-gtk

Display.getWorkArea() is not api, you should just use Display.getBounds() on
all platforms.

Grant


"Frank Benoit" <benoit_@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:fvo7cu$mgb$1@xxxxxxxxxxxxxxxxxxxx
> Display.getClientArea does not exist.
> Device.getClientArea return getBounds.
>
> But there is a Display.getWorkArea.
>
> Why is that?
>
> What is the difference between
> win32    : Display.getClientArea()
> linux-gtk: Display.getWorkArea() ?