hi,
this is working for me (for a label), maybe that helps:
status = pgNewWidget(PG_WIDGET_LABEL,0,0);
pgSetWidget(status,
PG_WP_SIDE, PG_S_ALL,
PG_WP_TRANSPARENT, 0,
PG_WP_FONT, pgNewFont(NULL,17,PG_FSTYLE_DEFAULT),
PG_WP_TEXT, pgNewString(""),
Am Mittwoch, 6. August 2003 16:26 schrieb Micah Dowty:
> There is no font property for the textbox yet, it can only be changed in
> the theme.
That doens't help either, I've already reset all font sizes in the theme (also the
"object textbox font" which should be the one, but also every other fon
Hi!
I create a Textbox in PicoGUI 0.44 or 0.45 like this:
FeldX=pgNewWidget(PG_WIDGET_TEXTBOX, PG_DERIVE_INSIDE,Kopfteil);
pgSetWidget(PGDEFAULT,
PG_WP_SIDE,PG_S_TOP,
PG_WP_SIZE,pgFraction(1,4),
PG_WP_SIZEMODE,PG
There is no font property for the textbox yet, it can only be changed in
the theme.
Sorry,
--Micah
On Wed, Aug 06, 2003 at 04:01:47PM +0200, Peter Hermsdorf wrote:
> hi,
>
> this is working for me (for a label), maybe that helps:
>
>status = pgNewWidget(PG_WIDGET_LABEL,0,0);
>pgSetWidge