Re: glade signals with user data

2010-09-10 Thread Lance Dillon
- Original Message > From: Marc Dirix > To: Lance Dillon > Sent: Fri, September 10, 2010 4:25:37 PM > Subject: Re: glade signals with user data > > Thank you for your answer. > > I think you miss the point here. > > The glade, interface designer, has an option "User Data" which sho

Re: GTK2, container->get_children, bug?

2010-09-10 Thread Lance Dillon
- Original Message > From: Marc Dirix > To: p...@roxen.com > Sent: Fri, September 10, 2010 10:16:34 AM > Subject: GTK2, container->get_children, bug? > > Hi, > > Sorry for the multiple different GTK topic, I'm a bit experimenting > around with it. > > I have a Hbox containing on pos

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 > > Well, that would only work if ther

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