diff options
author | Kristian Rietveld <kris@gtk.org> | 2011-01-07 15:35:35 +0100 |
---|---|---|
committer | Kristian Rietveld <kris@gtk.org> | 2011-01-07 15:38:06 +0100 |
commit | 4ed781778d4ea1cd2ff0cde37f8a3cf268a5fa80 (patch) | |
tree | 02509f905fc505de0ae4fc02058dd17f643348f4 /gtk/gtk.symbols | |
parent | 688d0534362917a4ff171846e9e9cabb250b37c7 (diff) | |
download | gtk+-4ed781778d4ea1cd2ff0cde37f8a3cf268a5fa80.tar.gz |
Introduce gtk_tree_view_is_blank_at_pos()
This function is useful to figure out whether the tree view is "blank"
at a given location. For such locations you might want to popup a
custom popup menu, clear the current selection or start rubber banding.
In the future, we are planning on updating GtkTreeView's user
interactions to take advantage of this new function.
Part of bug 350618.
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 476bbeb06c..919ddd4a54 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -3350,6 +3350,7 @@ gtk_tree_view_grid_lines_get_type G_GNUC_CONST gtk_tree_view_insert_column gtk_tree_view_insert_column_with_attributes G_GNUC_NULL_TERMINATED gtk_tree_view_insert_column_with_data_func +gtk_tree_view_is_blank_at_pos gtk_tree_view_is_rubber_banding_active gtk_tree_view_map_expanded_rows gtk_tree_view_move_column_after |