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

gtk_text_view_window_to_buffer_coords

Declaration

Source position: lazgtk3.pas line 18443

procedure gtk_text_view_window_to_buffer_coords(

  text_view: PGtkTextView;

  win: TGtkTextWindowType;

  window_x: gint;

  window_y: gint;

  buffer_x: Pgint;

  buffer_y: Pgint

);