Class

IdeEditorSurface

Description

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

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.