[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Image Button on PPC

On Windows, the operating system doesn't have to draw in WM_PAINT.  From
memory, Windows buttons draw in WM_LBUTTONDOWN (and elsewhere).  If you are
planning on drawing ontop of Windows, you'll have to draw the same places
that Windows does.

"Scott Pelton" <scottp@xxxxxxxxxxxx> wrote in message
news:36c6ff7f8d741e090d851ce63b55811b$1@xxxxxxxxxxxxxxxxxx
> It has to be issuing a paint at some point because it does draw my image
> and text except on button selection where it redraws itself based on some
> platform specific/native criteria...I guess...???
>