| 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.
Flags: Write / Construct Only
Default value: NULL
“manage-spawn” property“manage-spawn” gboolean
Manage Spawn.
Flags: Read / Write / Construct Only
Default value: TRUE
“run-on-host” property“run-on-host” gboolean
If the process should be spawned on the host.
Flags: Read / Write
Default value: TRUE
“use-runner” property“use-runner” gboolean
If we should use the runner interface and build target.
Flags: Read / Write
Default value: FALSE