[Glade-users] How to get the Id or Name or Id (or any other unique identification) from the Widget (window)

francesco at promotux.it francesco at promotux.it
Wed Mar 30 11:47:28 EDT 2011


Il 30/03/2011 17:26, Cleber N. Borges ha scritto:
> Hello all,
>
> In my project, I need to get, in runtime, the identification of the
> wigtes...
>
> im glade file, appear:
> -----------------------------------
> <object class="GtkWindow" id="window_main">
> <property name="title" translatable="yes">ChemoMatrix - Easy Tools
> Accessing for Chemometrics in R</property>
> <property name="window_position">center</property>
> <property name="default_width">600</property>
> <property name="default_height">500</property>
> <signal name="delete_event" handler="on_window_main_delete_event"/>
> <child>
> ...
> ...
>
> <object class="GtkWindow" id="window_pca">
> <property name="title" translatable="yes">PCA - Principal Components
> Analysis</property>
> <property name="window_position">center</property>
> <signal name="delete_event" handler="on_window_pca_delete_event"/>
> <child>
> ...
> ...
>
> and so...
> I woud like to know a manner to get this information on-the-fly...
>
> I thank advanced for some help!
>
> Cleber N. Borges
> _______________________________________________
> Glade-users maillist  -  Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
in python i use

widget_name = gtk.Buildable.get_name(widget)

-- 
http://www.promogest.me
http://www.promotux.it


More information about the Glade-users mailing list