diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-21 22:49:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-21 22:49:28 +0000 |
commit | e42ddac33f451043c236402840f4a7a986bc8023 (patch) | |
tree | f382a31d2be0949fbc112426c10663070ac2bcac /ChangeLog.pre-2-2 | |
parent | 535c4b5203a55e246a171fa8e7f8aa433c42d95a (diff) | |
download | gtk+-e42ddac33f451043c236402840f4a7a986bc8023.tar.gz |
New static function to set the background of all windows.
* gtk/gtktextview.c (gtk_text_view_set_background): New static
function to set the background of all windows.
(gtk_text_view_style_set): Use gtk_text_view_set_background().
(gtk_text_view_state_changed): New function; change background
according to state. (#88126)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c5402f5415..827fd3542f 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,11 @@ +2002-12-21 Matthias Clasen <maclas@gmx.de> + + * gtk/gtktextview.c (gtk_text_view_set_background): New static + function to set the background of all windows. + (gtk_text_view_style_set): Use gtk_text_view_set_background(). + (gtk_text_view_state_changed): New function; change background + according to state. (#88126) + 2002-12-21 Havoc Pennington <hp@pobox.com> * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation |