CinnamonGtkEmbed

CinnamonGtkEmbed

Synopsis

struct              CinnamonGtkEmbed;
struct              CinnamonGtkEmbedClass;
ClutterActor *      cinnamon_gtk_embed_new              (CinnamonEmbeddedWindow *window);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----ClutterTexture
                     +----ClutterX11TexturePixmap
                           +----CinnamonGtkEmbed
                                 +----CinnamonTrayIcon

Implemented Interfaces

CinnamonGtkEmbed implements ClutterContainer, ClutterScriptable, ClutterAnimatable and AtkImplementorIface.

Properties

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

Description

Details

struct CinnamonGtkEmbed

struct CinnamonGtkEmbed;

struct CinnamonGtkEmbedClass

struct CinnamonGtkEmbedClass {
    ClutterX11TexturePixmapClass parent_class;
};

cinnamon_gtk_embed_new ()

ClutterActor *      cinnamon_gtk_embed_new              (CinnamonEmbeddedWindow *window);

Property Details

The "window" property

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

CinnamonEmbeddedWindow to embed.