[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT button

On Windows XP you need to have a manifest to see both.  Earlier versions of 
Windows do not support both text and image - in those cases, the last method 
you call is what will be shown.

See:
http://eclipse.org/swt/faq.php#xpthemes

For all other platforms, you should see both.

"Zveber" <zveber@xxxxxxxxx> wrote in message 
news:1ce7e577df270836515296a0532355d1$1@xxxxxxxxxxxxxxxxxx
> I'm creating swt button and call methods setText() and setImage(), but 
> don't see both image and text on button. Using Eclipse 3.2M2
>