summaryrefslogtreecommitdiff
path: root/gtk/gtktipsquery.h
diff options
context:
space:
mode:
authorTim Janik <timj@gimp.org>1998-02-27 16:31:06 +0000
committerTim Janik <timj@src.gnome.org>1998-02-27 16:31:06 +0000
commit693fa02b839c54d0670f39df3f6dfde98a4d7788 (patch)
tree6213e60524c0c7e9d7bb469b0f9cdaf38ea60f6b /gtk/gtktipsquery.h
parenta36ffb12a5e730c6f811bdf4c53ad0f1ffc95161 (diff)
downloadgdk-pixbuf-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 'gtk/gtktipsquery.h')
-rw-r--r--gtk/gtktipsquery.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktipsquery.h b/gtk/gtktipsquery.h
index 06033c2ca..a03bb0ff2 100644
--- a/gtk/gtktipsquery.h
+++ b/gtk/gtktipsquery.h
@@ -54,7 +54,8 @@ struct _GtkTipsQuery
GtkWidget *caller;
GtkWidget *last_crossed;
- GSList *event_restore_list;
+
+ GdkCursor *query_cursor;
};
struct _GtkTipsQueryClass