Method

VteTerminalset_scroll_unit_is_pixels

Declaration [src]

void
vte_terminal_set_scroll_unit_is_pixels (
  VteTerminal* terminal,
  gboolean enable
)

Description [src]

Controls whether the terminal’s scroll unit is lines or pixels.

This function is rarely useful, except when the terminal is added to a GtkScrolledWindow.

Available since:0.66

Parameters

enable gboolean
 

Whether to use pixels as scroll unit.