Unit 'gtk2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk2]

TGtkTextView

Declaration

Source position: gtktextview.inc line 51

type TGtkTextView = record

  parent_instance: TGtkContainer;

  layout: PGtkTextLayout;

  buffer: PGtkTextBuffer;

  selection_drag_handler: guint;

  scroll_timeout: guint;

  pixels_above_lines: gint;

  pixels_below_lines: gint;

  pixels_inside_wrap: gint;

  wrap_mode: TGtkWrapMode;

  justify: TGtkJustification;

  left_margin: gint;

  right_margin: gint;

  indent: gint;

  tabs: PPangoTabArray;

  flag0: Word;

  text_window: PGtkTextWindow;

  left_window: PGtkTextWindow;

  right_window: PGtkTextWindow;

  top_window: PGtkTextWindow;

  bottom_window: PGtkTextWindow;

  hadjustment: PGtkAdjustment;

  vadjustment: PGtkAdjustment;

  xoffset: gint;

  yoffset: gint;

  width: gint;

  height: gint;

  virtual_cursor_x: gint;

  virtual_cursor_y: gint;

  first_para_mark: PGtkTextMark;

  first_para_pixels: gint;

  dnd_mark: PGtkTextMark;

  blink_timeout: guint;

  first_validate_idle: guint;

  incremental_validate_idle: guint;

  im_context: PGtkIMContext;

  popup_menu: PGtkWidget;

  drag_start_x: gint;

  drag_start_y: gint;

  children: PGSList;

  pending_scroll: PGtkTextPendingScroll;

  pending_place_cursor_button: gint;

end;


Documentation generated on: 2023-03-18