Ok. Just to clarify the theme parameters, PGTH_P_* is the format used in constants.h, 
and the theme compiler uses just the '*' part, in lowercase. I mixed the two... Meant 
to say 'bitmapside' and 'bitmapmargin'

On Thu, 29 March 2001, Philippe Ney wrote:

> 
> It's for all the button of an app, so it's ok with the theme parameter.
> That work fine. Thanks
> 
> Philippe
> 
> 
> 
> > This is possible, but right now it is defined in the theme and not acessible on a 
>per-button basis. The theme parameter 'bitmapside' is a PG_S_* constant defining what 
>side the bitmap is on relative to the text, and the parameter PGTH_P_BITMAPMARGIN 
>defines the spacing between the two.
> > 
> > I assume these are for some sort of toolbar? Maybe I could make an additional 
>widget derived from button, so it could be set up like this in the theme.
> > 
> > On Mon, 26 March 2001, Philippe Ney wrote:
> > 
> > >
> > > hi Micah,
> > >
> > > I want to put an image upon a text centered in a widget button.
> > > +-------------+
> > > |   +-----+   |
> > > |   | img |   |
> > > |   +-----+   |
> > > |    text     |
> > > +-------------+
> > > Is it possible to do that?
> > >
> > > I know that we can put img + text in a button but the text is always positionned
> > > after the image.
> > > Are they grop node in the button or just params of it?
> > > Maybe a flag could define the positionning of each other?
> > >
> > >
> > > Cheers,
> > > Philippe

--

Only wimps use tape backup: _real_ men just upload
their important stuff on ftp, and let the rest of the
world mirror it ;)
  -- Linus Torvalds


_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to