Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkApplicationWindow ╰── DzlApplicationWindow ╰── IdeWorkspace ╰── IdeEditorWorkspace
IdeEditorWorkspace implements AtkImplementorIface, GtkBuildable, GActionGroup and GActionMap.
The IdeEditorWorkspace is a secondary workspace that can be used to add additional IdePage to. It does not contain the full contents of the IdePrimaryWorkspace. It is suitable for using on an additional monitor as well as a dedicated editor in simplified Builder mode when running directly from the command line.
IdeEditorWorkspace *
ide_editor_workspace_new (IdeApplication *app
);
Creates a new IdeEditorWorkspace.
You'll need to add this to a workbench to be functional.
Since: 3.32