Top | ![]() |
![]() |
![]() |
![]() |
gchar * | cwd | Write / Construct Only |
gboolean | manage-spawn | Read / Write / Construct Only |
VtePty * | pty | Read / Write / Construct Only |
gboolean | run-on-host | Read / Write |
IdeRuntime * | runtime | Read / Write |
gboolean | use-runner | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── IdePage ╰── IdeTerminalPage
IdeTerminalPage implements AtkImplementorIface, GtkBuildable and GtkOrientable.
void ide_terminal_page_feed (IdeTerminalPage *self
,const gchar *message
);
“cwd”
property“cwd” gchar *
The directory to spawn the terminal in.
Owner: IdeTerminalPage
Flags: Write / Construct Only
Default value: NULL
“manage-spawn”
property“manage-spawn” gboolean
Manage Spawn.
Owner: IdeTerminalPage
Flags: Read / Write / Construct Only
Default value: TRUE
“pty”
property“pty” VtePty *
The pseudo terminal to use.
Owner: IdeTerminalPage
Flags: Read / Write / Construct Only
“run-on-host”
property“run-on-host” gboolean
If the process should be spawned on the host.
Owner: IdeTerminalPage
Flags: Read / Write
Default value: TRUE
“runtime”
property“runtime” IdeRuntime *
The runtime to use for spawning.
Owner: IdeTerminalPage
Flags: Read / Write
“use-runner”
property“use-runner” gboolean
If we should use the runner interface and build target.
Owner: IdeTerminalPage
Flags: Read / Write
Default value: FALSE