]> Pileus Git - ~andy/gtk/commitdiff
Added note about word wrapping.
authorOwen Taylor <otaylor@src.gnome.org>
Mon, 23 Mar 1998 06:48:22 +0000 (06:48 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 23 Mar 1998 06:48:22 +0000 (06:48 +0000)
TODO

diff --git a/TODO b/TODO
index 66806ca3fdaef056f6fc06b343a3626e5f0e3dd0..7314ade7dcd6bad9f339769d9bc2dfb5f7ff81be 100644 (file)
--- a/TODO
+++ b/TODO
@@ -182,6 +182,23 @@ TODO AFTER GTK 1.0
     appearance on exposes. But this would require using another
     window to get the origins.
 
+  - In word wrap mode, break:
+
+aaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
+
+as:
+                       | Maximum column
+aaaaaaaaaaa bbbbbbbbbbb|
+bbbbbbbbbbbbbbbbbbbbbbb|
+bbbbbbbbb              |
+
+Instead of:
+                       | 
+aaaaaaaaaaa            |
+bbbbbbbbbbbbbbbbbbbbbbb|
+bbbbbbbbbbbbbbbbbbbb   |
+
+
  ? Allow moving the separator for paned widgets by dragging 
    it directly instead of using the handle.