[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

Sure, you can open a feature request.  I don't know how many of the native
tookits support this though.

Grant


"Jason Safavi" <jason.safavi@xxxxxxxxxxx> wrote in message
news:fi4b9i$f7c$1@xxxxxxxxxxxxxxxxxxxx
> On Mon, 19 Nov 2007 10:30:40 -0500, Grant Gayed wrote:
>
> > 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?
>
> Since this is a little involved, should I open a feature request where
> the application would simply handle this?