I don't think so, but GtkGrid has GtkWidget* gtk_grid_get_child_at(GtkGrid* grid, gint left, gint top); since gtk+ 3.2. This function has not yet been wrapped in gtkmm. Kjell 2012-01-09 06:58, kiet tran skrev: Hi is there way to get widet inside gtk::table container with just coordinates that directly go to specify coordinate instead of traverse every widgets inside the table. |