diff options
author | Tim Janik <timj@gimp.org> | 1998-02-27 16:31:06 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-27 16:31:06 +0000 |
commit | 693fa02b839c54d0670f39df3f6dfde98a4d7788 (patch) | |
tree | 6213e60524c0c7e9d7bb469b0f9cdaf38ea60f6b /ChangeLog.pre-2-10 | |
parent | a36ffb12a5e730c6f811bdf4c53ad0f1ffc95161 (diff) | |
download | gtk+-693fa02b839c54d0670f39df3f6dfde98a4d7788.tar.gz |
we make an active server grab now, this way we can change the cursor
Fri Feb 27 15:31:55 1998 Tim Janik <timj@gimp.org>
* gtk/gtktipsquery.c: we make an active server grab now, this way we
can change the cursor globally and don't need to tweak event masks
of other windows.
* gtk/gtkframe.c (gtk_frame_style_set): recompute label size.
* gtk/gtkwidget.h:
* gtk/gtkwidget.c:
New signal GtkWidget::style_set to be emitted when a widget's style
changed. New flag GTK_RC_STYLE to indicate whether an rc lookup has
been perfomed for the widget.
(gtk_widget_ensure_style): New function.
(gtk_widget_set_rc_style): New function.
* docs/styles.txt: new file.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d986d4214d..610904befc 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,21 @@ +Fri Feb 27 15:31:55 1998 Tim Janik <timj@gimp.org> + + * gtk/gtktipsquery.c: we make an active server grab now, this way we + can change the cursor globally and don't need to tweak event masks + of other windows. + + * gtk/gtkframe.c (gtk_frame_style_set): recompute label size. + + * gtk/gtkwidget.h: + * gtk/gtkwidget.c: + New signal GtkWidget::style_set to be emitted when a widget's style + changed. New flag GTK_RC_STYLE to indicate whether an rc lookup has + been perfomed for the widget. + (gtk_widget_ensure_style): New function. + (gtk_widget_set_rc_style): New function. + + * docs/styles.txt: new file. + Fri Feb 27 01:11:55 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtktext.c |