CellArea.getCurrentPathString

Gets the current gtk.TreePath string for the currently applied gtk.TreeIter, this is implicitly updated when CellArea.applyAttributes is called and can be used to interact with renderers from gtk.CellArea subclasses.

class CellArea
string
getCurrentPathString
()

Return Value

Type: string

The current gtk.TreePath string for the current attributes applied to area. This string belongs to the area and should not be freed.

Meta