Class

IdeEditorSurface

Description

final class Ide.EditorSurface : Ide.Surface {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeEditorSurface implements_0 AtkImplementorIface this--implements_0 implements_1 DzlDock this--implements_1 implements_2 DzlDockItem this--implements_2 implements_3 GtkBuildable this--implements_3 ancestor_0 IdeSurface ancestor_0--this ancestor_1 DzlDockBin ancestor_1--ancestor_0 ancestor_2 GtkContainer ancestor_2--ancestor_1 ancestor_3 GtkWidget ancestor_3--ancestor_2 ancestor_4 GInitiallyUnowned ancestor_4--ancestor_3 ancestor_5 GObject ancestor_5--ancestor_4

Ancestors

  • IdeSurface
  • DzlDockBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • DzlDock
  • DzlDockItem
  • GtkBuildable

Constructors

ide_editor_surface_new
No description available.

Available since: 3.32

Instance methods

ide_editor_surface_focus_buffer
No description available.
ide_editor_surface_focus_location
No description available.
ide_editor_surface_get_active_page

Gets the active page for the surface, or NULL if there is not one.

Available since: 3.32

ide_editor_surface_get_grid

Gets the grid for the surface. This is the area containing grid columns, stacks, and pages.

Available since: 3.32

ide_editor_surface_get_overlay

Gets the overlay widget which can be used to layer things above all items in the layout grid.

Available since: 3.32

ide_editor_surface_get_sidebar

Gets the IdeEditorSidebar for the editor surface.

Available since: 3.32

ide_editor_surface_get_transient_sidebar

Gets the transient sidebar for the editor surface.

Available since: 3.32

ide_editor_surface_get_utilities
No description available.

Available since: 3.32

Methods inherited from IdeSurface (4)
ide_surface_agree_to_shutdown
No description available.
ide_surface_foreach_page

Calls callback for every page found within the surface self.

Available since: 3.32

ide_surface_set_icon_name
No description available.
ide_surface_set_title
No description available.

Properties

Ide.EditorSurface:restore-panel
No description available.
Properties inherited from IdeSurface (2)
Ide.Surface:icon-name
No description available.
Ide.Surface:title
No description available.

Class structure

struct IdeEditorSurfaceClass {
  IdeSurfaceClass parent_class;
  
}
Class members
parent_class
IdeSurfaceClass
  No description available.