Method
GtkCellAreaget_current_path_string
deprecated: 4.10
Declaration [src]
const char*
gtk_cell_area_get_current_path_string (
GtkCellArea* area
)
Description [src]
Gets the current GtkTreePath string for the currently
applied GtkTreeIter, this is implicitly updated when
gtk_cell_area_apply_attributes() is called and can be
used to interact with renderers from GtkCellArea
subclasses.
Deprecated since: 4.10
Please do not use it in newly written code.