[Glade-users] (no subject)

Tristan Van Berkom tvb at gnome.org
Wed Feb 18 23:36:05 EST 2009


On Wed, Feb 18, 2009 at 6:41 PM,  <ellihca at tele2.it> wrote:
[...]
> But how can i use the object i have created inside window? for example
> with glade 2.12 i called them with lookup_widget...
> So now, how I can load and change values in a treeview from main.c ?

use gtk_builder_get_object () to collect the pointers you need at initialization
time, put them on a struct or an object and pass that to your
callbacks as user data.

Cheers,
                  -Tristan
>
> Thanks,
> Achille
>
>
>
> _______________________________________________
> Glade-users maillist  -  Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>
>


More information about the Glade-users mailing list