Class

IdeEditorSidebar

Description

final class Ide.EditorSidebar : Ide.Panel {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeEditorSidebar implements_0 AtkImplementorIface this--implements_0 implements_1 DzlDockItem this--implements_1 implements_2 GtkBuildable this--implements_2 ancestor_0 IdePanel ancestor_0--this ancestor_1 DzlDockBinEdge ancestor_1--ancestor_0 ancestor_2 DzlDockRevealer ancestor_2--ancestor_1 ancestor_3 DzlBin ancestor_3--ancestor_2 ancestor_4 GtkBin ancestor_4--ancestor_3 ancestor_5 GtkContainer ancestor_5--ancestor_4 ancestor_6 GtkWidget ancestor_6--ancestor_5 ancestor_7 GInitiallyUnowned ancestor_7--ancestor_6 ancestor_8 GObject ancestor_8--ancestor_7

Ancestors

  • IdePanel
  • DzlDockBinEdge
  • DzlDockRevealer
  • DzlBin
  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • DzlDockItem
  • GtkBuildable

Constructors

ide_editor_sidebar_new

Creates a new IdeEditorSidebar instance.

Available since: 3.32

Instance methods

ide_editor_sidebar_add_section

Adds a new section to the IdeEditorSidebar. icon_name will be used to display an icon for the section. title should contain the title to display above the section.

Available since: 3.32

ide_editor_sidebar_get_section_id

Gets the id of the current section.

Available since: 3.32

ide_editor_sidebar_set_section_id

Changes the current section to section_id.

Available since: 3.32

Class structure

struct IdeEditorSidebarClass {
  IdePanelClass parent_class;
  
}
Class members
parent_class
IdePanelClass
  No description available.