Class

IdePane

Description

class Ide.Pane : Dazzle.DockWidget {
  parent_instance: DzlDockWidget
}
No description available.

Hierarchy

hierarchy this IdePane implements_0 AtkImplementorIface this--implements_0 implements_1 DzlDockItem this--implements_1 implements_2 GtkBuildable this--implements_2 ancestor_0 DzlDockWidget ancestor_0--this ancestor_1 DzlBin ancestor_1--ancestor_0 ancestor_2 GtkBin ancestor_2--ancestor_1 ancestor_3 GtkContainer ancestor_3--ancestor_2 ancestor_4 GtkWidget ancestor_4--ancestor_3 ancestor_5 GInitiallyUnowned ancestor_5--ancestor_4 ancestor_6 GObject ancestor_6--ancestor_5

Ancestors

  • DzlDockWidget
  • DzlBin
  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • DzlDockItem
  • GtkBuildable

Constructors

ide_pane_new

Creates a new IdePane widget.

Available since: 3.32

Class structure

struct IdePaneClass {
  DzlDockWidgetClass parent_class;
  
}
Class members
parent_class
DzlDockWidgetClass
  No description available.