Add link support to GtkLabel

This patch is based on SexyUrlLabel, but with significantly enhanced
functionality: keynav, tooltips, context menu, theming.
This commit is contained in:
Matthias Clasen
2009-05-11 01:23:13 -04:00
parent 141ddd99f3
commit 9dbb30482b
8 changed files with 1459 additions and 229 deletions

View File

@ -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 }