AgsGui.ScrolledPiano

g AgsGui.ScrolledPiano AgsGui.ScrolledPiano GObject.GInterface GObject.GInterface Gtk.Accessible Gtk.Accessible GObject.GInterface->Gtk.Accessible Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.ConstraintTarget Gtk.ConstraintTarget GObject.GInterface->Gtk.ConstraintTarget Gtk.Orientable Gtk.Orientable GObject.GInterface->Gtk.Orientable GObject.InitiallyUnowned GObject.InitiallyUnowned Gtk.Widget Gtk.Widget GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Accessible->Gtk.Widget Gtk.Buildable->Gtk.Widget Gtk.ConstraintTarget->Gtk.Widget Gtk.Grid Gtk.Grid Gtk.Grid->AgsGui.ScrolledPiano Gtk.Orientable->Gtk.Grid Gtk.Widget->Gtk.Grid

Subclasses:

None

Methods

Inherited:

Gtk.Grid (23), Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1), Gtk.Orientable (2)

Structs:

Gtk.WidgetClass (18), GObject.ObjectClass (5)

class

new ()

get_piano ()

get_scrolled_window ()

Virtual Methods

Inherited:

Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)

Properties

Inherited:

Gtk.Grid (5), Gtk.Widget (34), Gtk.Accessible (1), Gtk.Orientable (1)

Signals

Inherited:

Gtk.Widget (13), GObject.Object (1)

Fields

Inherited:

Gtk.Widget (13), GObject.Object (1)

Name

Type

Access

Description

grid

Gtk.Grid

r

piano

AgsGui.Piano

r

scrolled_window

Gtk.ScrolledWindow

r

Class Details

class AgsGui.ScrolledPiano(**kwargs)
Bases:

Gtk.Grid

Abstract:

No

Structure:

AgsGui.ScrolledPianoClass

classmethod new()
Returns:

a new AgsGui.ScrolledPiano

Return type:

AgsGui.ScrolledPiano

Create a new AgsGui.ScrolledPiano.

New in version 3.0.0.

get_piano()
Returns:

the AgsGui.Piano

Return type:

AgsGui.Piano

Get piano of self.

New in version 3.6.8.

get_scrolled_window()
Returns:

the #GtkScrolled_Window

Return type:

Gtk.ScrolledWindow

Get scrolled window of self.

New in version 3.6.8.