GtkChamplain.Embed

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Alignment Gtk.Alignment GtkChamplain.Embed GtkChamplain.Embed Gtk.Alignment->GtkChamplain.Embed Gtk.Bin Gtk.Bin Gtk.Bin->Gtk.Alignment Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Widget->Gtk.Container

Subclasses:

None

Methods

Inherited:

Gtk.Alignment (4), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new ()

get_view ()

Virtual Methods

Inherited:

Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Alignment (8), Gtk.Container (3), Gtk.Widget (39)

Name

Type

Flags

Short Description

champlain-view

Champlain.View

r

The Champlain.View to embed into the Gtk+ widget

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

bin

Gtk.Alignment

r

Class Details

class GtkChamplain.Embed(**kwargs)
Bases:

Gtk.Alignment

Abstract:

No

Structure:

GtkChamplain.EmbedClass

The GtkChamplain.Embed structure contains only private data and should be accessed using the provided API

New in version 0.4.

classmethod new()
Returns:

a new GtkChamplain.Embed ready to be used as a Gtk.Widget.

Return type:

Gtk.Widget

Creates an instance of GtkChamplain.Embed.

New in version 0.4.

get_view()
Returns:

a Champlain.View ready to be used

Return type:

Champlain.View

Gets a Champlain.View from the GtkChamplain.Embed object.

New in version 0.4.

Property Details

GtkChamplain.Embed.props.champlain_view
Name:

champlain-view

Type:

Champlain.View

Default Value:

None

Flags:

READABLE

The Champlain.View to embed in the Gtk+ widget.

New in version 0.4.