Re: GtkBin as a publicly derivable abstract class please.

2010-11-12 Thread Matthias Clasen
On Fri, Nov 12, 2010 at 12:50 AM, Tristan Van Berkom wrote: > Guys, >   this is the kind of thing we could probably just > resolve on irc but I work an opposite schedule so I'm > taking it to the list. > > Today I found '_gtk_bin_set_child()' > > Making that a private api render's GtkBin completel

Re: GtkBin as a publicly derivable abstract class please.

2010-11-12 Thread Morten Welinder
>> Today I found '_gtk_bin_set_child()' > > what's wrong with gtk_container_add()? If _gtk_bin_set_child was needed to subclass GtkBin inside gtk+ then it is just as needed outside. So your question should really be answered with the counter question of "why is gtk+ not using gtk_container_add?"

Re: GtkBin as a publicly derivable abstract class please.

2010-11-12 Thread Tristan Van Berkom
On Fri, 2010-11-12 at 09:46 +, Emmanuele Bassi wrote: > On Fri, 2010-11-12 at 14:50 +0900, Tristan Van Berkom wrote: > > Guys, > >this is the kind of thing we could probably just > > resolve on irc but I work an opposite schedule so I'm > > taking it to the list. > > > > Today I found '_g

Re: GtkBin as a publicly derivable abstract class please.

2010-11-12 Thread Michael Natterer
On Fri, 2010-11-12 at 14:50 +0900, Tristan Van Berkom wrote: > Guys, >this is the kind of thing we could probably just > resolve on irc but I work an opposite schedule so I'm > taking it to the list. > > Today I found '_gtk_bin_set_child()' > > Making that a private api render's GtkBin compl

Re: GtkBin as a publicly derivable abstract class please.

2010-11-12 Thread Emmanuele Bassi
On Fri, 2010-11-12 at 14:50 +0900, Tristan Van Berkom wrote: > Guys, >this is the kind of thing we could probably just > resolve on irc but I work an opposite schedule so I'm > taking it to the list. > > Today I found '_gtk_bin_set_child()' what's wrong with gtk_container_add()? > Making th

GtkBin as a publicly derivable abstract class please.

2010-11-11 Thread Tristan Van Berkom
Guys, this is the kind of thing we could probably just resolve on irc but I work an opposite schedule so I'm taking it to the list. Today I found '_gtk_bin_set_child()' Making that a private api render's GtkBin completely useless as a subclassable container outside of GTK+. But I beg to diff