Retrieves a string from a terminal.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(in) | :: | this |
The terminal object. |
The string.
A GNUPLOT terminal object.
procedure , public :: get_command_string => term_get_command_string Function | |
procedure , public :: get_font_name => term_get_font_name Function | |
procedure , public :: get_font_size => term_get_font_size Function | |
procedure (term_get_string_result) , public :: get_id_string | |
procedure , public :: get_plot_window_number => term_get_plot_window_number Function | |
procedure , public :: get_title => term_get_title Function | |
procedure , public :: get_window_height => term_get_window_height Function | |
procedure , public :: get_window_width => term_get_window_width Function | |
procedure , public :: set_font_name => term_set_font_name Subroutine | |
procedure , public :: set_font_size => term_set_font_size Subroutine | |
procedure , public :: set_plot_window_number => term_set_plot_window_number Subroutine | |
procedure , public :: set_title => term_set_title Subroutine | |
procedure , public :: set_window_height => term_set_window_height Subroutine | |
procedure , public :: set_window_width => term_set_window_width Subroutine |