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

Cleber N. Borges klebyn at yahoo.com.br
Wed Mar 30 11:26:59 EDT 2011


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


More information about the Glade-users mailing list