Top |
GtkChamplainEmbedGtkChamplainEmbed — A Gtk+ Widget that embeds a ChamplainView |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkAlignment ╰── GtkChamplainEmbed
Since ChamplainView is a ClutterActor, you cannot embed it directly into a Gtk+ application. This widget solves this problem. It creates the ChamplainView for you, you can get it with gtk_champlain_embed_get_view.
GtkWidget *
gtk_champlain_embed_new (void
);
Creates an instance of GtkChamplainEmbed.
Since: 0.4
ChamplainView *
gtk_champlain_embed_get_view (GtkChamplainEmbed *embed
);
Gets a ChamplainView from the GtkChamplainEmbed object.
Since: 0.4
struct GtkChamplainEmbed;
The GtkChamplainEmbed structure contains only private data and should be accessed using the provided API
Since: 0.4
“champlain-view”
property“champlain-view” ChamplainView *
The ChamplainView to embed in the Gtk+ widget.
Owner: GtkChamplainEmbed
Flags: Read
Since: 0.4