On Tuesday 02 March 2004 21:36, Raghu Ram Murthy wrote: > Is PG_WP_FONT property implemented for textbox widget? While I am using > this property it is saying that invalid widget property.
Then I guess it isn't implemented. I had a quick look in server/widget/textbox_frontend.c, and I don't find this property being handled there. Maybe you can copy what's in button.c for this property, and paste it in textbox_frontend.c, and see what happens. Looks like fonts are used in textbox_paragraph.c, if you find a way to change the font that's being used there, it might work. Regards, Pieter ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
