inspector: Add api to get the current tree walk position
This will be used in the next commit.
This commit is contained in:
@ -39,3 +39,6 @@ gboolean gtk_tree_walk_next_match (GtkTreeWalk *walk,
|
||||
gboolean force_move,
|
||||
gboolean backwards,
|
||||
GtkTreeIter *iter);
|
||||
|
||||
gboolean gtk_tree_walk_get_position (GtkTreeWalk *walk,
|
||||
GtkTreeIter *iter);
|
||||
|
||||
Reference in New Issue
Block a user