GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::TextBuffer(3) User Contributed Perl Documentation Gtk2::TextBuffer(3)

Gtk2::TextBuffer - wrapper for GtkTextBuffer

  Glib::Object
  +----Gtk2::TextBuffer

$tagtable (Gtk2::TextTagTable or undef)

  • $mark (Gtk2::TextMark)
  • $where (Gtk2::TextIter)

Since: gtk+ 2.12

$clipboard (Gtk2::Clipboard)

Since: gtk+ 2.2

  • $tag (Gtk2::TextTag)
  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)

  • $name (string)
  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)

  • $iter (Gtk2::TextIter)
  • $interactive (boolean)
  • $default_editable (boolean)

Since: gtk+ 2.6

Retrieves the first and last iterators in the buffer, i.e. the entire buffer lies within the range (start,end).

$clipboard (Gtk2::Clipboard)

Since: gtk+ 2.2

Since: gtk+ 2.10

$iter (Gtk2::TextIter)

  • $mark_name (string or undef)
  • $where (Gtk2::TextIter)
  • $left_gravity (boolean)

  • $tag_name (string or undef)
  • $property_name1 (string) the first property name
  • $property_value1 (string) the first property value
  • ... (list) pairs of names and values

  • $clipboard (Gtk2::Clipboard)
  • $default_editable (boolean)

Since: gtk+ 2.2

  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)

  • $start_iter (Gtk2::TextIter)
  • $end_iter (Gtk2::TextIter)
  • $default_editable (boolean)

$mark (Gtk2::TextMark)

$name (string)

  • $interactive (boolean)
  • $default_editable (boolean)

  • $content_buffer (Gtk2::TextBuffer)
  • $format (Gtk2::Gdk::Atom)
  • $iter (Gtk2::TextIter)
  • $data (scalar)

May croak with a Glib::Error in $@ on failure.

$format (Gtk2::Gdk::Atom)

  • $format (Gtk2::Gdk::Atom)
  • $can_create_tags (boolean)

Since: gtk+ 2.10

  • $iter (Gtk2::TextIter)
  • $text (string)

$text (string)

  • $iter (Gtk2::TextIter)
  • $anchor (Gtk2::TextChildAnchor)

  • $iter (Gtk2::TextIter)
  • $text (string)
  • $default_editable (boolean)

  • $text (string)
  • $default_editable (boolean)

  • $iter (Gtk2::TextIter)
  • $pixbuf (Gtk2::Gdk::Pixbuf)

  • $iter (Gtk2::TextIter)
  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)

  • $iter (Gtk2::TextIter)
  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)
  • $default_editable (boolean)

  • $iter (Gtk2::TextIter)
  • $text (string)
  • ... (list) of Gtk2::TextTag's

  • $iter (Gtk2::TextIter)
  • $text (string)
  • ... (list) of strings, tag names

$anchor (Gtk2::TextChildAnchor)

$line_number (integer)

  • $line_number (integer)
  • $byte_index (integer)

  • $line_number (integer)
  • $char_offset (integer)

$mark (Gtk2::TextMark)

$char_offset (integer)

$name (string)

$setting (boolean)

  • $mark (Gtk2::TextMark)
  • $where (Gtk2::TextIter)

  • $name (string)
  • $where (Gtk2::TextIter)

  • $clipboard (Gtk2::Clipboard)
  • $override_location (Gtk2::TextIter or undef)
  • $default_editable (boolean)

Since: gtk+ 2.2

Since: gtk+ 2.10

$where (Gtk2::TextIter)

  • $mime_type (string)
  • $function (scalar)
  • $user_data (scalar)

$tagset_name (string or undef)

  • $mime_type (string)
  • $function (scalar)
  • $user_data (scalar)

$tagset_name (string or undef)

  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)

$clipboard (Gtk2::Clipboard)

Since: gtk+ 2.2

  • $tag (Gtk2::TextTag)
  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)

  • $name (string)
  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)

  • $ins (Gtk2::TextIter)
  • $bound (Gtk2::TextIter)

Since: gtk+ 2.4

Returns start and end if some text is selected, empty otherwise; places the bounds of the selection in start and end (if the selection has length 0, then start and end are filled in with the same value). start and end will be in ascending order.

  • $content_buffer (Gtk2::TextBuffer)
  • $format (Gtk2::Gdk::Atom)
  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)

  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)
  • $include_hidden_chars (boolean)

  • $start (Gtk2::TextIter)
  • $end (Gtk2::TextIter)
  • $include_hidden_chars (boolean)

$text (string)

$format (Gtk2::Gdk::Atom)

$format (Gtk2::Gdk::Atom)

'copy-target-list' (Gtk2::TargetList : default undef : readable / private / static-nick / static-blurb)
The list of targets this buffer supports for clipboard copying and DND source
'cursor-position' (integer : default 0 : readable / private / static-nick / static-blurb)
The position of the insert mark (as offset from the beginning of the buffer)
'has-selection' (boolean : default false : readable / private / static-nick / static-blurb)
Whether the buffer has some text currently selected
'paste-target-list' (Gtk2::TargetList : default undef : readable / private / static-nick / static-blurb)
The list of targets this buffer supports for clipboard pasting and DND destination
'tag-table' (Gtk2::TextTagTable : default undef : readable / writable / construct-only / private / static-nick / static-blurb)
Text Tag Table
'text' (string : default "" : readable / writable / private / static-nick / static-blurb)
Current text of the buffer

apply-tag (Gtk2::TextBuffer, Gtk2::TextTag, Gtk2::TextIter, Gtk2::TextIter)
begin-user-action (Gtk2::TextBuffer)
changed (Gtk2::TextBuffer)
delete-range (Gtk2::TextBuffer, Gtk2::TextIter, Gtk2::TextIter)
end-user-action (Gtk2::TextBuffer)
insert-child-anchor (Gtk2::TextBuffer, Gtk2::TextIter, Gtk2::TextChildAnchor)
insert-pixbuf (Gtk2::TextBuffer, Gtk2::TextIter, Gtk2::Gdk::Pixbuf)
insert-text (Gtk2::TextBuffer, Gtk2::TextIter, string, integer)
mark-deleted (Gtk2::TextBuffer, Gtk2::TextMark)
mark-set (Gtk2::TextBuffer, Gtk2::TextIter, Gtk2::TextMark)
modified-changed (Gtk2::TextBuffer)
paste-done (Gtk2::TextBuffer, Gtk2::Clipboard)
remove-tag (Gtk2::TextBuffer, Gtk2::TextTag, Gtk2::TextIter, Gtk2::TextIter)

Gtk2, Glib::Object

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.