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.
This commit is contained in:
@ -1298,7 +1298,7 @@ create_tooltips ()
|
||||
gtk_box_set_child_packing (GTK_BOX (box3), button, FALSE, FALSE, 0, GTK_PACK_START);
|
||||
gtk_tooltips_set_tip (tooltips,
|
||||
button,
|
||||
"Push this button to start the Tooltips Inspector",
|
||||
"Start the Tooltips Inspector",
|
||||
"ContextHelp/buttons/?");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user