On Tue, 2005-07-05 at 23:46 +0700, Akbar wrote: > I made the editable column of the treeview. So when we double click it, > it will select all the text of the node, then we can edit the node. How > do I achieve that but not using double click, but function. So for the > example, when I click the certain button, it will get same effect when > we just double click of the node.
TreeView::set_cursor() should programmatically start editing if you use true for the start_editing parameter: http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1TreeView.html#a102 -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
