Gtk.CellAreaContextClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
allocate |
r |
This tells the context that an allocation width or height (or both) have been decided for a group of rows. The context should store any allocations for internally aligned cells at this point so that they dont need to be recalculated at |
|
get_preferred_height_for_width |
r |
Returns the aligned height for the given width that context must store while collecting sizes for it’s rows. |
|
get_preferred_width_for_height |
r |
Returns the aligned width for the given height that context must store while collecting sizes for it’s rows. |
|
parent_class |
r |
||
reset |
r |
Clear any previously stored information about requested and allocated sizes for the context. |
Methods¶
None
Details¶
- class Gtk.CellAreaContextClass¶