Method
Gtk.CellArea.attribute_disconnect
Declaration [src]
void
gtk_cell_area_attribute_disconnect (
GtkCellArea* area,
GtkCellRenderer* renderer,
const char* attribute
)
Description [src]
Disconnects attribute
for the renderer
in area
so that
attribute will no longer be updated with values from the model.
Parameters
renderer |
GtkCellRenderer |
the |
|
Ownership is not transferred to the callee | |
attribute |
const char* |
the attribute name |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string |