ShellGtkEmbed

ShellGtkEmbed

Synopsis

struct              ShellGtkEmbed;
struct              ShellGtkEmbedClass;
ClutterActor *      shell_gtk_embed_new                 (ShellEmbeddedWindow *window);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----ClutterTexture
                     +----ClutterX11TexturePixmap
                           +----ShellGtkEmbed
                                 +----ShellTrayIcon

Implemented Interfaces

ShellGtkEmbed implements ClutterScriptable, ClutterAnimatable and AtkImplementorIface.

Properties

  "window"                   ShellEmbeddedWindow*  : Read / Write / Construct Only

Description

Details

struct ShellGtkEmbed

struct ShellGtkEmbed;

struct ShellGtkEmbedClass

struct ShellGtkEmbedClass {
    ClutterX11TexturePixmapClass parent_class;
};

shell_gtk_embed_new ()

ClutterActor *      shell_gtk_embed_new                 (ShellEmbeddedWindow *window);

Property Details

The "window" property

  "window"                   ShellEmbeddedWindow*  : Read / Write / Construct Only

ShellEmbeddedWindow to embed.