Gtk.CellArea.prototype.get_current_path_string
function get_current_path_string():String { // Gjs wrapper for gtk_cell_area_get_current_path_string() }
Gets the current Gtk.TreePath string for the currently applied Gtk.TreeIter, this is implicitly updated when Gtk.CellArea.prototype.apply_attributes is called and can be used to interact with renderers from Gtk.CellArea subclasses.
Since 3.0
- Returns
The current Gtk.TreePath string for the current attributes applied to area. This string belongs to the area and should not be freed.