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 /gtk/testgtkrc | |
parent | a36ffb12a5e730c6f811bdf4c53ad0f1ffc95161 (diff) | |
download | gdk-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/testgtkrc')
-rw-r--r-- | gtk/testgtkrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/testgtkrc b/gtk/testgtkrc index e57b3b0fb..e25c67f97 100644 --- a/gtk/testgtkrc +++ b/gtk/testgtkrc @@ -33,10 +33,10 @@ style "button" # bg[PRELIGHT] = { 0, 0, 0.75 } } -style "main_button" = "button" +style 'main_button' = 'button' { font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*" - bg[PRELIGHT] = { 0.75, 0, 0 } + bg[PRELIGHT] = { 0, 0x00, 0.75 } } style "toggle_button" = "button" @@ -54,7 +54,7 @@ style "text" style "ruler" { - font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*" + font = '-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*' } style "curve" |