Class
IdeTerminalPage
Ancestors
- IdePage
- GtkBox
- GtkContainer
- GtkWidget
- GInitiallyUnowned
- GObject
Instance methods
ide_terminal_page_feed
ide_terminal_page_get_current_directory_uri
ide_terminal_page_set_launcher
ide_terminal_page_set_pty
Methods inherited from IdePage (24)
ide_page_agree_to_close_async
ide_page_agree_to_close_finish
ide_page_create_split
This function requests that the IdePage
create a split version
of itself so that the user may view the document in multiple views.
Available since: 3.32
ide_page_get_can_split
ide_page_get_failed
ide_page_get_file_or_directory
Gets a GFile
representing a file or directory that best maps to this
page. A terminal might use the current working directory while an editor
or designer might use the backing file.
Available since: 3.40
ide_page_get_icon
Gets the GIcon
to represent the view.
Available since: 3.32
ide_page_get_icon_name
ide_page_get_menu_id
ide_page_get_modified
ide_page_get_primary_color_bg
Gets the IdePage:primary-color-bg
property if it has been set.
Available since: 3.32
ide_page_get_primary_color_fg
Gets the IdePage:primary-color-fg
property if it has been set.
Available since: 3.32
ide_page_get_title
ide_page_mark_used
This function marks the page as used by updating it’s position in the workspaces MRU (most-recently-used) queue.
Available since: 3.32
ide_page_report_error
This function reports an error to the user in the layout view.
Available since: 3.32
ide_page_set_can_split
ide_page_set_failed
ide_page_set_icon
ide_page_set_icon_name
ide_page_set_menu_id
ide_page_set_modified
ide_page_set_primary_color_bg
Sets the IdePage:primary-color-bg
property.
If primary_color_bg
is NULL
, the property is unset.
Available since: 3.32
ide_page_set_primary_color_fg
Sets the IdePage:primary-color-fg
property.
If primary_color_fg
is NULL
, the property is unset.
Available since: 3.32
Properties
Ide.TerminalPage:close-on-exit
Ide.TerminalPage:launcher
Ide.TerminalPage:manage-spawn
Ide.TerminalPage:pty
Ide.TerminalPage:respawn-on-exit
Properties inherited from IdePage (9)
Ide.Page:can-split
Ide.Page:failed
Ide.Page:icon
Ide.Page:icon-name
Ide.Page:menu-id
Ide.Page:modified
Ide.Page:primary-color-bg
The “primary-color-bg” property should describe the primary color of the content of the view (if any).
Available since: 3.32
Ide.Page:primary-color-fg
The “primary-color-fg” property should describe the foreground to use for content above primary-color-bg.
Available since: 3.32
Ide.Page:title
Signals
Ide.TerminalPage::text-inserted
Signals inherited from IdePage (1)
Ide.Page::create-split
This signal is emitted when the view is requested to make a split version of itself. This happens when the user requests that a second version of the file to be displayed, often side-by-side.
Available since: 3.32