[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 4451
type TGtkCellAreaContext = object(TGObject) |
||
|
||
procedure allocate(); |
|
|
procedure get_allocation(); |
|
|
function get_area; |
|
|
procedure get_preferred_height(); |
|
|
procedure get_preferred_height_for_width(); |
|
|
procedure get_preferred_width(); |
|
|
procedure get_preferred_width_for_height(); |
|
|
procedure push_preferred_height(); |
|
|
procedure push_preferred_width(); |
|
|
procedure reset; |
|
|
property area: PGtkCellArea; [r] |
|
|
end; |
|
||
|