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



Il giorno Wed, 30 Mar 2011 12:26:59 -0300
"Cleber N. Borges" <klebyn at yahoo.com.br> ha scritto:

Hello all,

In my project, I need to get, in runtime, the identification of the 
wigtes...

I think gtk_widget_get_name() is what you are looking for.

Ciao.
-- 
Nicola


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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]