CinnamonEmbeddedWindow

CinnamonEmbeddedWindow

Synopsis

struct              CinnamonEmbeddedWindow;
struct              CinnamonEmbeddedWindowClass;
GtkWidget *         cinnamon_embedded_window_new        (ClutterStage *stage);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkWindow
                                 +----CinnamonEmbeddedWindow

Implemented Interfaces

CinnamonEmbeddedWindow implements AtkImplementorIface and GtkBuildable.

Properties

  "stage"                    ClutterStage*         : Write / Construct Only

Description

Details

struct CinnamonEmbeddedWindow

struct CinnamonEmbeddedWindow;

struct CinnamonEmbeddedWindowClass

struct CinnamonEmbeddedWindowClass {
  GtkWindowClass parent_class;
};

cinnamon_embedded_window_new ()

GtkWidget *         cinnamon_embedded_window_new        (ClutterStage *stage);

Property Details

The "stage" property

  "stage"                    ClutterStage*         : Write / Construct Only

ClutterStage to embed on.