[Glade-users] How to get the Id or Name or Id (or any other unique identification) from the Widget (window)
- From: klebyn at yahoo.com.br (Cleber N. Borges)
- Subject: [Glade-users] How to get the Id or Name or Id (or any other unique identification) from the Widget (window)
- Date: Wed, 30 Mar 2011 12:26:59 -0300
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]