added eugtk examples

This commit is contained in:
2016-11-25 00:33:18 -07:00
parent 87a821e3da
commit c0b98b619e
877 changed files with 96872 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
/*
* mystyle.css
* used by test72.ex
*/
GtkWindow {
background-image: url("./thumbnails/nature.jpg");
border-radius: 60px;
}
GtkLabel#cowsay {
font: Purisa Bold 48;
color: white;
text-shadow: 4px 4px #140B91;
}
/*
only works if theme allows:
*/
GtkButton:hover {
background-color: #08F320;
}
GtkButton:active {
background-color: #F30808;
}