diff options
author | Havoc Pennington <hp@redhat.com> | 2001-04-18 19:56:48 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-04-18 19:56:48 +0000 |
commit | c01a1c7363ec11353f3b87d5a9fdec96b5b15a30 (patch) | |
tree | 5167c4694ef9e6eee3d24ed48bd416af77ef51c1 /gtk/gtkenums.h | |
parent | 6cff7051b16d99178c5320592e96c757597835e4 (diff) | |
download | gtk+-c01a1c7363ec11353f3b87d5a9fdec96b5b15a30.tar.gz |
allow shrinking the image window to test that we clip to allocation.
2001-04-18 Havoc Pennington <hp@redhat.com>
* tests/testgtk.c (create_image): allow shrinking the image window
to test that we clip to allocation.
* gtk/gtkimage.c (gtk_image_expose): clip to allocation,
#9845
* gtk/gtkenums.h: move GtkWrapMode in here, #50472
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r-- | gtk/gtkenums.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 43e290f286..1758048ffd 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -363,6 +363,14 @@ typedef enum GTK_WINDOW_POPUP } GtkWindowType; +/* Text wrap */ +typedef enum +{ + GTK_WRAP_NONE, + GTK_WRAP_CHAR, + GTK_WRAP_WORD +} GtkWrapMode; + /* How to sort */ typedef enum { |