Enumeration

GtkTextBufferTargetInfo

Declaration

enum Gtk.TextBufferTargetInfo

Description [src]

These values are used as “info” for the targets contained in the lists returned by gtk_text_buffer_get_copy_target_list() and gtk_text_buffer_get_paste_target_list().

The values counts down from -1 to avoid clashes with application added drag destinations which usually start at 0.

Members

GTK_TEXT_BUFFER_TARGET_INFO_BUFFER_CONTENTS

Buffer contents.

  • Value: -1
  • Available since: 3.0
GTK_TEXT_BUFFER_TARGET_INFO_RICH_TEXT

Rich text.

  • Value: -2
  • Available since: 3.0
GTK_TEXT_BUFFER_TARGET_INFO_TEXT

Text.

  • Value: -3
  • Available since: 3.0