]> git.tdb.fi Git - libs/gltk.git/blobdiff - basic.skin
Add another example application to demonstrate various widgets
[libs/gltk.git] / basic.skin
index 39a900d10853df6b61028a6b4c61f4872a5ed642..5d9c8b669fda7771f7958eaccc0bfdaa68a36e93 100644 (file)
@@ -268,16 +268,20 @@ style "list"
                //margin { right 1; top 1; bottom 1; };
        };
 
-       part "selection"
+       part "items"
        {
-               graphic NORMAL "blue_flat";
                margin { left 3; right 14; top 3; bottom 3; };
        };
+};
 
-       part "items"
+style "listitem"
+{
+       part
        {
-               margin { left 3; right 14; top 3; bottom 3; };
+               graphic ACTIVE "blue_flat";
        };
+
+       part "children";
 };
 
 graphic "grey_raised_divided"