Gtk.IconView.prototype.get_tooltip_column
function get_tooltip_column():Number {
// Gjs wrapper for gtk_icon_view_get_tooltip_column()
}Returns the column of icon_view's model which is being used for displaying tooltips on icon_view's rows.
Since 2.12
- Returns
the index of the tooltip column that is currently being used, or -1 if this is disabled.