Searched refs:lastpath (Results 1 – 1 of 1) sorted by relevance
63 GtkTreePath* lastpath = gtk_tree_path_new_from_indices(rows - 1, -1); in SimulateLastRowActivated() local67 gtk_tree_selection_select_path(selection, lastpath); in SimulateLastRowActivated()72 gtk_tree_view_row_activated(tree_view, lastpath, column); in SimulateLastRowActivated()74 gtk_tree_path_free(lastpath); in SimulateLastRowActivated()