Thanks Damien, it works fine!
- Forwarded message from [EMAIL PROTECTED] -
Date: Fri, 28 Sep 2007 16:05:46 +0200
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: Reading row from a ComboBox
To: GTK+ mailing list
Hi everybody.
I have a problem on reading the
Hello,
Le 28/09/2007, [EMAIL PROTECTED] a écrit :
> 1) how can I get a valid iter from the tree model?
In your application, in the callback of the "find" button, use
gtk_combo_box_get_active_iter() to get the iter from the selected entry
in your combobox.
> 2) when I obtain the current iter, how
Hi everybody.
I have a problem on reading the actually displayed content of a combobox. I
created a combobox that contains some strings and I want to recover the
actually displayed string when i press the "Find" button (that is a button in
the same window of the combobox).
The problem is that the '