Class method
GtkCellAreaClassinstall_cell_property
Declaration [src]
void
gtk_cell_area_class_install_cell_property (
GtkCellAreaClass* aclass,
guint property_id,
GParamSpec* pspec
)
Description [src]
Installs a cell property on a cell area class.
Deprecated since: | 4.10 |
Please do not use it in newly written code. |
Parameters
property_id |
guint |
The id for the property. |
|
pspec |
GParamSpec |
The |
|
The data is owned by the caller of the function. |