[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

gtk_text_view_buffer_to_window_coords

Declaration

Source position: lazgtk3.pas line 18412

procedure gtk_text_view_buffer_to_window_coords(

  text_view: PGtkTextView;

  win: TGtkTextWindowType;

  buffer_x: gint;

  buffer_y: gint;

  window_x: Pgint;

  window_y: Pgint

);