![]() |
![]() |
![]() |
libchamplain-gtk Reference Manual | |
---|---|---|---|---|
Top | Description |
GtkChamplainEmbedGtkChamplainEmbed — A Gtk+ Widget that embeds a ChamplainView |
GtkWidget * gtk_champlain_embed_new (); ChamplainView * gtk_champlain_embed_get_view (GtkChamplainEmbed *embed);
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 ();
Returns : |
a new GtkChamplainEmbed ready to be used as a GtkWidget. |
Since 0.4
ChamplainView * gtk_champlain_embed_get_view (GtkChamplainEmbed *embed);
|
|
Returns : |
a ChamplainView ready to be used |
Since 0.4