Re: GTK2 Label set_text

2010-09-10 Thread Lance Dillon
- Original Message > From: "Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers > forum" ><10...@lyskom.lysator.liu.se> > To: pike-devel@lists.lysator.liu.se > Sent: Fri, September 10, 2010 8:55:03 AM > Subject: GTK2 Label set_text

GTK2 Label set_text

2010-09-10 Thread Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum
Well, that would only work if there are not already other formal parameters after the text. Is that always the case with all methods taking string parameters?

GTK2 Label set_text

2010-09-10 Thread Marc Dirix
Hi, Wouldn't it be more convenient if the gtk2 widgets which receive string text have an automated sprintf inside? e.g. GTK2.Label()->set_text() now only takes a string. Best regards, Marc