Re: Search for lowest level widget



On Mon, 2004-05-10 at 08:51 +0200, Peter Krueger wrote:
On Mon, 10 May 2004, Russell Shaw wrote:
I have a GtkTable with cells filled with a widget that contains
another widget, and another. The lowest level widget in each cell
is a GtkEntry. Given the GtkTable, how can i get a pointer to the
lowest level GtkEntry in a cell?
Hello Russell!
First you have to find the widget that is directly attached to the table
cell. There is no simple function call since a widget can span more than
one cell in a table.

I think that gtk_container_foreach should help with this.

-- 
Murray Cumming
murrayc murrayc com
www.murrayc.com





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