Gtk.CellAreaClass¶
Fields¶
Name | Type | Access | Description |
---|---|---|---|
activate | object |
r | |
add | object |
r | |
apply_attributes | object |
r | |
copy_context | object |
r | |
create_context | object |
r | |
event | object |
r | |
focus | object |
r | |
foreach | object |
r | |
foreach_alloc | object |
r | |
get_cell_property | object |
r | |
get_preferred_height | object |
r | |
get_preferred_height_for_width | object |
r | |
get_preferred_width | object |
r | |
get_preferred_width_for_height | object |
r | |
get_request_mode | object |
r | |
is_activatable | object |
r | |
parent_class | GObject.InitiallyUnownedClass |
r | |
remove | object |
r | |
render | object |
r | |
set_cell_property | object |
r |
Methods¶
find_cell_property (property_name) |
|
install_cell_property (property_id, pspec) |
|
list_cell_properties () |
Details¶
-
class
Gtk.
CellAreaClass
¶ -
find_cell_property
(property_name)[source]¶ Parameters: property_name ( str
) – the name of the child property to findReturns: the GObject.ParamSpec
of the child property orNone
if self has no child property with that name.Return type: GObject.ParamSpec
Finds a cell property of a cell area class by name.
New in version 3.0.
-
install_cell_property
(property_id, pspec)[source]¶ Parameters: - property_id (
int
) – the id for the property - pspec (
GObject.ParamSpec
) – theGObject.ParamSpec
for the property
Installs a cell property on a cell area class.
New in version 3.0.
- property_id (
-
list_cell_properties
()[source]¶ Returns: a newly allocated None
-terminated array ofGObject.ParamSpec
. The array must be freed withGLib.free
().Return type: [ GObject.ParamSpec
]Returns all cell properties of a cell area class.
New in version 3.0.
-