Class

IdeTransientSidebar

Description

class Ide.TransientSidebar : Ide.Panel {
  parent_instance: IdePanel
}
No description available.

Hierarchy

hierarchy this IdeTransientSidebar 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

Instance methods

ide_transient_sidebar_lock
No description available.
ide_transient_sidebar_set_page

Sets the page for which the panel is transient for. When focus leaves the sidebar or the page, the panel will be dismissed.

Available since: 3.32

ide_transient_sidebar_set_panel
No description available.
ide_transient_sidebar_unlock
No description available.

Class structure

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