Class

IdeEditorWorkspace

Description

final class Ide.EditorWorkspace : Ide.Workspace {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeEditorWorkspace implements_0 AtkImplementorIface this--implements_0 implements_1 GActionGroup this--implements_1 implements_2 GActionMap this--implements_2 implements_3 GtkBuildable this--implements_3 ancestor_0 IdeWorkspace ancestor_0--this ancestor_1 DzlApplicationWindow ancestor_1--ancestor_0 ancestor_2 GtkApplicationWindow ancestor_2--ancestor_1 ancestor_3 GtkWindow 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

  • IdeWorkspace
  • DzlApplicationWindow
  • GtkApplicationWindow
  • GtkWindow
  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GActionGroup
  • GActionMap
  • GtkBuildable

Constructors

ide_editor_workspace_new

Creates a new IdeEditorWorkspace.

Available since: 3.32

Class structure

struct IdeEditorWorkspaceClass {
  IdeWorkspaceClass parent_class;
  
}
Class members
parent_class
IdeWorkspaceClass
  No description available.