Re: Font width in gtk 2.x

2007-08-07 Thread Yeti
On Tue, Aug 07, 2007 at 05:08:17PM +0200, [EMAIL PROTECTED] wrote: > Iam porting my application from gtk 1.x to gtk 2.x > what is th eqivalent api for > > gdk_string_width(widget->style->font,"m") in gtk 1.x > > in gtk 2.x > I want to dynamicly set the size for Entry Widgets the > lenghts of the

Font width in gtk 2.x

2007-08-07 Thread [EMAIL PROTECTED]
Hello Iam porting my application from gtk 1.x to gtk 2.x what is th eqivalent api for gdk_string_width(widget->style->font,"m") in gtk 1.x in gtk 2.x I want to dynamicly set the size for Entry Widgets the lenghts of the selected Font of the application. Who can help me please mfg günther --