The focus_column is set after I click on a row and is set to another after I clicked on another row. But Im working with TreeView::set_hover_selection(true). In the motion_notify_event-handler after I call TreeView->get_cursor(path, focus_column) the path is always up to date according to my mouse-moves, but the value of the focus_column is stuck to the one I last clicked on. Was it meant to work this way ?
gizmo -------- Original-Nachricht -------- > Datum: Thu, 20 Mar 2008 20:40:01 +0100 > Von: [EMAIL PROTECTED] > An: [email protected] > Betreff: TreeView->get_cursor() fails ? > Hi there, > Im using the function TreeView->get_cursor(path, focus_column) in the > event-handler on_my_button_press_event and on_my_motion_notify_event. > In the handler on_my_button_press_event it works perfectly, but in the > handler on_my_motion_notify_event I get only a path, but the column is always > NULL. Why that ? > > Thanks > > gizmo > -- > Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! > http://games.entertainment.gmx.net/de/entertainment/games/free > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
