Clutter.AllocationFlags – clutter-1.0 Reference Manual
AllocationFlags
Description:
[
CCode
( cprefix =
"CLUTTER_"
, type_id =
"clutter_allocation_flags_get_type ()"
) ]
[
Flags
]
[
Version
( since =
"1.0"
) ]
public
enum
AllocationFlags
Flags passed to the
allocate
virtual function and to the
allocate
function.
Namespace:
Clutter
Package:
clutter-1.0
Content:
Enum values:
ABSOLUTE_ORIGIN_CHANGED
-
Whether the absolute origin of the actor has changed; this implies that any ancestor of the actor has been moved.
ALLOCATION_NONE
-
No flag set
DELEGATE_LAYOUT
-
Whether the allocation should be delegated to the
LayoutManager
instance stored inside the
layout_manager
property of
Actor
.
2022 vala-language.org