RE: [gtkmm] ListHandle



> I've a dialog, where in i can get all its children using get_children
function, which returns widget list as
> GLib::ListHandle<Widget *> 

Firstly, please see this:
http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch03s05.html
and
http://www.gtkmm.org/gtkmm2/docs/reference/html/classGlib_1_1ListHandle.html

> How can i get the childs name from this.

Widgets have names
http://www.gtkmm.org/gtkmm2/docs/reference/html/classGtk_1_1Widget.html#a33
But I don't think they are very useful.

Murray Cumming
www.murrayc.com
murrayc usa net



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