Class

IdeEditorSidebar

Description

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

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.