GNOME Bugzilla – Bug 696966
[PATCH] Add gtk_tree_view_is_blank_at_pos_full()
Last modified: 2018-04-15 00:35:30 UTC
Created attachment 240205 [details] [review] Add gtk_tree_view_is_blank_at_pos_full() Similar to gtk_tree_view_is_blank_at_pos() but can also set a pointer to the GtkCellRenderer as well. This could be useful to have different actions depending on e.g. which renderer is clicked, or over which one is the mouse pointer when showing a tooltip.
Created attachment 257361 [details] [review] Some fixes in gtk_tree_view_is_blank_at_pos() First, some fixes in gtk_tree_view_is_blank_at_pos() : - Set path & column to NULL if blank - _gtk_tree_view_column_is_blank_at_pos() would return FALSE instead of TRUE when no renderer was found at the given position. - Fixed how we determine the expander column, which didn't account for using the first visible column
Created attachment 257362 [details] [review] Add gtk_tree_view_is_blank_at_pos_full() Then add a new function, similar to gtk_tree_view_is_blank_at_pos() but can also set a pointer to the GtkCellRenderer as well. This could be useful to have different actions depending on e.g. which renderer is clicked, or over which one is the mouse pointer when showing a tooltip.
We're moving to gitlab! As part of this move, we are moving bugs to NEEDINFO if they haven't seen activity in more than a year. If this issue is still important to you and still relevant with GTK+ 3.22 or master, please reopen it and we will migrate it to gitlab.
As announced a while ago, we are migrating to gitlab, and bugs that haven't seen activity in the last year or so will be not be migrated, but closed out in bugzilla. If this bug is still relevant to you, you can open a new issue describing the symptoms and how to reproduce it with gtk 3.22.x or master in gitlab: https://gitlab.gnome.org/GNOME/gtk/issues/new