summaryrefslogtreecommitdiff
path: root/tests/testgtkrc
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-05-11 01:23:13 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-05-11 01:23:13 -0400
commit9dbb30482b11075045e7624df7c771cb3fc1503f (patch)
treed2d9486482ba7eeaa77a20166eefca360eb526fe /tests/testgtkrc
parent141ddd99f375b8f687f5f83164c440c8a79b1364 (diff)
downloadgtk+-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/testgtkrc8
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 }