Function Macro
ClutterACTOR_UNSET_FLAGS
deprecated: 1.24 since: 13
Declaration [src]
#define CLUTTER_ACTOR_UNSET_FLAGS (
a,
f
)
Description [src]
Unsets the given flags on a ClutterActor
.
Available since: 13
Deprecated since: 1.24
Changing flags directly is heavily discouraged in
newly written code. ClutterActor
will take care of unsetting the
internal state.
This function is not directly available to language bindings.