PHP-GTK
Monday, November 23, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkWindowType
GObject Enumsnext

Last updated: Mon, 23 Nov 2009
view this page in English

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
GObject Enumsnext

Last updated: Mon, 23 Nov 2009
view this page in English


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Mon Nov 23 02:47:05 2009 UTC