Re: Why are GtkAdjustments not buildable?

2012-05-07 Thread Cedric Sodhi
Ithought they were not buildable because they do not implement
GtkBuildable. I did not know that even Objects which do not implement
that interface can be built by GtkBuilder.

Thank you both for clarifying.

On Sun, May 06, 2012 at 09:08:46PM +0200, Tadej Borovšak wrote:
 Hello
 
  Hello, does anyone know why GtkAdjustments are not buildable?
 
 They are buildable. (Glade has been producing markup for adjustments
 for as long as I know). What makes you think they are not?
 
 Cheers,
 Tadej
 
 -- 
 Tadej Borovšak
 blog.borovsak.si
 tadeb...@gmail.com
 tadej.borov...@gmail.com
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Why are GtkAdjustments not buildable?

2012-05-06 Thread Cedric Sodhi
Hello, does anyone know why GtkAdjustments are not buildable? Given that
things like Actions are buildable, I would have assumed a GtkAdjustment
is, too. Has that just not been implemented yet?
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Why are GtkAdjustments not buildable?

2012-05-06 Thread Tadej Borovšak
Hello

 Hello, does anyone know why GtkAdjustments are not buildable?

They are buildable. (Glade has been producing markup for adjustments
for as long as I know). What makes you think they are not?

Cheers,
Tadej

-- 
Tadej Borovšak
blog.borovsak.si
tadeb...@gmail.com
tadej.borov...@gmail.com
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Why are GtkAdjustments not buildable?

2012-05-06 Thread Tristan Van Berkom
On Sun, May 6, 2012 at 3:08 PM, Tadej Borovšak tadeb...@gmail.com wrote:
 Hello

 Hello, does anyone know why GtkAdjustments are not buildable?

 They are buildable. (Glade has been producing markup for adjustments
 for as long as I know). What makes you think they are not?

Note: GtkBuilder builds any GObject, some object can optionally
implement the GtkBuilder inferface. This allows them to handle
the xml parsing phase in custom ways, effectively extending the
GtkBuilder format in the context of a specific object type.

GtkAdjustments are buildable simply because we can build them
using g_object_new() and configure it's properties using
g_object_set_property().

Cheers,
  -Tristan


 Cheers,
 Tadej

 --
 Tadej Borovšak
 blog.borovsak.si
 tadeb...@gmail.com
 tadej.borov...@gmail.com
 ___
 gtk-devel-list mailing list
 gtk-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtk-devel-list
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list