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::TextView(3) User Contributed Perl Documentation Gtk2::TextView(3)

Gtk2::TextView - wrapper for GtkTextView

  Glib::Object
  +----Glib::InitiallyUnowned
       +----Gtk2::Object
            +----Gtk2::Widget
                 +----Gtk2::Container
                      +----Gtk2::TextView

  Glib::Object::_Unregistered::AtkImplementorIface
  Gtk2::Buildable

$buffer (Gtk2::TextBuffer)

Since: gtk+ 2.4

$accepts_tab (boolean)

Since: gtk+ 2.4

  • $child (Gtk2::Widget)
  • $anchor (Gtk2::TextChildAnchor)

  • $child (Gtk2::Widget)
  • $which_window (Gtk2::TextWindowType)
  • $xpos (integer)
  • $ypos (integer)

$iter (Gtk2::TextIter)

$iter (Gtk2::TextIter)

$type (Gtk2::TextWindowType)

  • $type (Gtk2::TextWindowType)
  • $size (integer)

$buffer (Gtk2::TextBuffer)

  • $win (Gtk2::TextWindowType)
  • $buffer_x (integer)
  • $buffer_y (integer)

$setting (boolean)

$setting (boolean)

$iter (Gtk2::TextIter)

$iter (Gtk2::TextIter)

Since: gtk+ 2.22

$event (Gtk2::Gdk::Event)

Since: gtk+ 2.22

$indent (integer)

  • $x (integer)
  • $y (integer)

  • $x (integer)
  • $y (integer)

Retrieves the iterator pointing to the character at buffer coordinates x and y. Buffer coordinates are coordinates for the entire buffer, not just the currently-displayed portion. If you have coordinates from an event, you have to convert those to buffer coordinates with "$text_view->window_to_buffer_coords()".

Note that this is different from "$text_view->get_iter_at_location()", which returns cursor locations, i.e. positions between characters.

Since: gtk+ 2.6

$iter (Gtk2::TextIter)

$justification (Gtk2::Justification)

$left_margin (integer)

$y (integer)

$iter (Gtk2::TextIter)

  • $child (Gtk2::Widget)
  • $xpos (integer)
  • $ypos (integer)

$mark (Gtk2::TextMark)

  • $iter (Gtk2::TextIter)
  • $count (integer)

Since: gtk+ 2.4

$overwrite (boolean)

Since: gtk+ 2.4

$pixels_above_lines (integer)

$pixels_below_lines (integer)

$pixels_inside_wrap (integer)

Since: gtk+ 2.22

$right_margin (integer)

$mark (Gtk2::TextMark)

  • $iter (Gtk2::TextIter)
  • $within_margin (double)
  • $use_align (boolean)
  • $xalign (double)
  • $yalign (double)

  • $mark (Gtk2::TextMark)
  • $within_margin (double)
  • $use_align (boolean)
  • $xalign (double)
  • $yalign (double)

$iter (Gtk2::TextIter)

$tabs (Pango::TabArray)

Since: gtk+ 2.22

$win (Gtk2::TextWindowType)

  • $win (Gtk2::TextWindowType)
  • $window_x (integer)
  • $window_y (integer)

$window (Gtk2::Gdk::Window)

$wrap_mode (Gtk2::WrapMode)

'accepts-tab' (boolean : default true : readable / writable / private / static-nick / static-blurb)
Whether Tab will result in a tab character being entered
'buffer' (Gtk2::TextBuffer : default undef : readable / writable / private / static-nick / static-blurb)
The buffer which is displayed
'cursor-visible' (boolean : default true : readable / writable / private / static-nick / static-blurb)
If the insertion cursor is shown
'editable' (boolean : default true : readable / writable / private / static-nick / static-blurb)
Whether the text can be modified by the user
'im-module' (string : default undef : readable / writable / private / static-nick / static-blurb)
Which IM module should be used
'indent' (integer : default 0 : readable / writable / private / static-nick / static-blurb)
Amount to indent the paragraph, in pixels
'justification' (Gtk2::Justification : default "left" : readable / writable / private / static-nick / static-blurb)
Left, right, or center justification
'left-margin' (integer : default 0 : readable / writable / private / static-nick / static-blurb)
Width of the left margin in pixels
'overwrite' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether entered text overwrites existing contents
'pixels-above-lines' (integer : default 0 : readable / writable / private / static-nick / static-blurb)
Pixels of blank space above paragraphs
'pixels-below-lines' (integer : default 0 : readable / writable / private / static-nick / static-blurb)
Pixels of blank space below paragraphs
'pixels-inside-wrap' (integer : default 0 : readable / writable / private / static-nick / static-blurb)
Pixels of blank space between wrapped lines in a paragraph
'right-margin' (integer : default 0 : readable / writable / private / static-nick / static-blurb)
Width of the right margin in pixels
'tabs' (Pango::TabArray : default undef : readable / writable / private / static-nick / static-blurb)
Custom tabs for this text
'wrap-mode' (Gtk2::WrapMode : default "none" : readable / writable / private / static-nick / static-blurb)
Whether to wrap lines never, at word boundaries, or at character boundaries

'error-underline-color' (Gtk2::Gdk::Color : default undef : readable / private / static-nick / static-blurb)
Color with which to draw error-indication underlines

backspace (Gtk2::TextView)
copy-clipboard (Gtk2::TextView)
cut-clipboard (Gtk2::TextView)
delete-from-cursor (Gtk2::TextView, Gtk2::DeleteType, integer)
insert-at-cursor (Gtk2::TextView, string)
move-cursor (Gtk2::TextView, Gtk2::MovementStep, integer, boolean)
move-viewport (Gtk2::TextView, GtkScrollStep, integer)
page-horizontally (Gtk2::TextView, integer, boolean)
paste-clipboard (Gtk2::TextView)
populate-popup (Gtk2::TextView, Gtk2::Menu)
preedit-changed (Gtk2::TextView, string)
select-all (Gtk2::TextView, boolean)
set-anchor (Gtk2::TextView)
set-scroll-adjustments (Gtk2::TextView, Gtk2::Adjustment, Gtk2::Adjustment)
toggle-cursor-visible (Gtk2::TextView)
toggle-overwrite (Gtk2::TextView)

  • 'chars' / 'GTK_DELETE_CHARS'
  • 'word-ends' / 'GTK_DELETE_WORD_ENDS'
  • 'words' / 'GTK_DELETE_WORDS'
  • 'display-lines' / 'GTK_DELETE_DISPLAY_LINES'
  • 'display-line-ends' / 'GTK_DELETE_DISPLAY_LINE_ENDS'
  • 'paragraph-ends' / 'GTK_DELETE_PARAGRAPH_ENDS'
  • 'paragraphs' / 'GTK_DELETE_PARAGRAPHS'
  • 'whitespace' / 'GTK_DELETE_WHITESPACE'

  • 'left' / 'GTK_JUSTIFY_LEFT'
  • 'right' / 'GTK_JUSTIFY_RIGHT'
  • 'center' / 'GTK_JUSTIFY_CENTER'
  • 'fill' / 'GTK_JUSTIFY_FILL'

  • 'logical-positions' / 'GTK_MOVEMENT_LOGICAL_POSITIONS'
  • 'visual-positions' / 'GTK_MOVEMENT_VISUAL_POSITIONS'
  • 'words' / 'GTK_MOVEMENT_WORDS'
  • 'display-lines' / 'GTK_MOVEMENT_DISPLAY_LINES'
  • 'display-line-ends' / 'GTK_MOVEMENT_DISPLAY_LINE_ENDS'
  • 'paragraphs' / 'GTK_MOVEMENT_PARAGRAPHS'
  • 'paragraph-ends' / 'GTK_MOVEMENT_PARAGRAPH_ENDS'
  • 'pages' / 'GTK_MOVEMENT_PAGES'
  • 'buffer-ends' / 'GTK_MOVEMENT_BUFFER_ENDS'
  • 'horizontal-pages' / 'GTK_MOVEMENT_HORIZONTAL_PAGES'

  • 'private' / 'GTK_TEXT_WINDOW_PRIVATE'
  • 'widget' / 'GTK_TEXT_WINDOW_WIDGET'
  • 'text' / 'GTK_TEXT_WINDOW_TEXT'
  • 'left' / 'GTK_TEXT_WINDOW_LEFT'
  • 'right' / 'GTK_TEXT_WINDOW_RIGHT'
  • 'top' / 'GTK_TEXT_WINDOW_TOP'
  • 'bottom' / 'GTK_TEXT_WINDOW_BOTTOM'

  • 'none' / 'GTK_WRAP_NONE'
  • 'char' / 'GTK_WRAP_CHAR'
  • 'word' / 'GTK_WRAP_WORD'
  • 'word-char' / 'GTK_WRAP_WORD_CHAR'

  • 'steps' / 'GTK_SCROLL_STEPS'
  • 'pages' / 'GTK_SCROLL_PAGES'
  • 'ends' / 'GTK_SCROLL_ENDS'
  • 'horizontal-steps' / 'GTK_SCROLL_HORIZONTAL_STEPS'
  • 'horizontal-pages' / 'GTK_SCROLL_HORIZONTAL_PAGES'
  • 'horizontal-ends' / 'GTK_SCROLL_HORIZONTAL_ENDS'

Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container

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.