[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Button's text and image order

The only way to do this is to draw your text+image to an Image and set the
Image on the Button.

Grant


"Jason Safavi" <jason.safavi@xxxxxxxxxxx> wrote in message
news:fhka2j$eum$1@xxxxxxxxxxxxxxxxxxxx
> Hi, I have a button where it has both text and image applied to it. SWT
> always places the image first and text second, is there a way to control
> this order so that I can have text appear first and image second?