diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-05-11 01:23:13 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-05-11 01:23:13 -0400 |
commit | 9dbb30482b11075045e7624df7c771cb3fc1503f (patch) | |
tree | d2d9486482ba7eeaa77a20166eefca360eb526fe /tests/testgtkrc | |
parent | 141ddd99f375b8f687f5f83164c440c8a79b1364 (diff) | |
download | gtk+-9dbb30482b11075045e7624df7c771cb3fc1503f.tar.gz |
Add link support to GtkLabel
This patch is based on SexyUrlLabel, but with significantly enhanced
functionality: keynav, tooltips, context menu, theming.
Diffstat (limited to 'tests/testgtkrc')
-rw-r--r-- | tests/testgtkrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index d2be67ff06..3b8f09f3df 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -78,6 +78,14 @@ style "button" = "default" # bg[PRELIGHT] = { 0.75, 0, 0x00 } } +style "label" = "default" +{ + base[PRELIGHT] = "gray" + base[ACTIVE] = mix (0.9, "gray", "purple") +} + +class "GtkLabel" style "label" + style "toggle_button" = "button" { fg[NORMAL] = { 1.0, 0, 0 } |