PHP-GTK
Monday, October 06, 2008 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkWindowType
Pango Enumsnext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

GtkWrapMode

Describes a type of line wrapping.

Value

Symbolic name

Description

  0Gtk::WRAP_NONE Do not wrap lines; just make the text area wider.
  1Gtk::WRAP_CHAR Wrap text, breaking lines anywhere the cursor can appear (between characters, usually - if you want to be technical, between graphemes, see get_log_attrs).
  2Gtk::WRAP_WORD Wrap text, breaking lines in between words.
  3Gtk::WRAP_WORD_CHAR Wrap text, breaking lines in between words, or if that is not enough, also between graphemes.

User Contributed Notes
gtk.enum.wrapmode.php
add a note about notes
There are no user contributed notes for this page.


previousGtkWindowType
Pango Enumsnext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2008 The PHP Group
 All rights reserved.
Last updated: Sat Dec 15 02:46:29 2007 UTC