Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ![]() |
![]() |
![]() |
![]() |
struct MetaWindowActor; struct MetaWindowActorClass; Window meta_window_actor_get_x_window (MetaWindowActor *self
); MetaWindow * meta_window_actor_get_meta_window (MetaWindowActor *self
); ClutterActor * meta_window_actor_get_texture (MetaWindowActor *self
); gboolean meta_window_actor_is_destroyed (MetaWindowActor *self
);
MetaWindowActor implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MetaCullable.
"meta-window" MetaWindow* : Read / Write / Construct Only "no-shadow" gboolean : Read / Write "shadow-class" gchar* : Read / Write
MetaWindow * meta_window_actor_get_meta_window (MetaWindowActor *self
);
Gets the MetaWindow object that the the MetaWindowActor is displaying
|
a MetaWindowActor |
Returns : |
the displayed MetaWindow. [transfer none] |
ClutterActor * meta_window_actor_get_texture (MetaWindowActor *self
);
Gets the ClutterActor that is used to display the contents of the window
|
a MetaWindowActor |
Returns : |
the ClutterActor for the contents. [transfer none] |
gboolean meta_window_actor_is_destroyed (MetaWindowActor *self
);
Gets whether the X window that the actor was displaying has been destroyed
|
a MetaWindowActor |
Returns : |
TRUE when the window is destroyed, otherwise FALSE
|
"meta-window"
property"meta-window" MetaWindow* : Read / Write / Construct Only
The displayed MetaWindow.
"no-shadow"
property "no-shadow" gboolean : Read / Write
Do not add shaddow to this window.
Default value: FALSE
"position-changed"
signalvoid user_function (MetaWindowActor *metawindowactor,
gpointer user_data) : Run Last
"size-changed"
signalvoid user_function (MetaWindowActor *metawindowactor,
gpointer user_data) : Run Last