GtkWIdget::style_set initial emission,

read up in docs/style.txt on this ;)
This commit is contained in:
Tim Janik
1998-02-27 22:09:20 +00:00
parent 693fa02b83
commit b2e6c9723a
5 changed files with 54 additions and 28 deletions

View File

@ -36,7 +36,7 @@ style "button"
style 'main_button' = 'button'
{
font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
bg[PRELIGHT] = { 0, 0x00, 0.75 }
bg[PRELIGHT] = { 0, 0.75, 0x00 }
}
style "toggle_button" = "button"