Top | ![]() |
![]() |
![]() |
![]() |
Window | meta_window_actor_get_x_window () |
MetaWindow * | meta_window_actor_get_meta_window () |
ClutterActor * | meta_window_actor_get_texture () |
gboolean | meta_window_actor_is_destroyed () |
MetaWindow * | meta-window | Read / Write / Construct Only |
gboolean | no-shadow | Read / Write |
gchar * | shadow-class | Read / Write |
MetaWindowActor implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MetaCullable.
MetaWindow *
meta_window_actor_get_meta_window (MetaWindowActor *self
);
Gets the MetaWindow object that the the MetaWindowActor is displaying
ClutterActor *
meta_window_actor_get_texture (MetaWindowActor *self
);
Gets the ClutterActor that is used to display the contents of the window, or NULL if no texture is shown yet, because the window is not mapped.
gboolean
meta_window_actor_is_destroyed (MetaWindowActor *self
);
Gets whether the X window that the actor was displaying has been destroyed
“meta-window”
property“meta-window” MetaWindow *
The displayed MetaWindow.
Flags: Read / Write / Construct Only
“no-shadow”
property “no-shadow” gboolean
Do not add shaddow to this window.
Flags: Read / Write
Default value: FALSE