Method

VteTerminalset_geometry_hints_for_window

Declaration [src]

void
vte_terminal_set_geometry_hints_for_window (
  VteTerminal* terminal,
  GtkWindow* window
)

Description [src]

Sets terminal as windows geometry widget. See gtk_window_set_geometry_hints() for more information.

terminal must be realized (see gtk_widget_get_realized()).

Parameters

window GtkWindow*
 

A GtkWindow.

 The data is owned by the caller of the function.