]> git.tdb.fi Git - libs/gltk.git/blobdiff - basic.skin
Add an example of dialogs in the widget demo program
[libs/gltk.git] / basic.skin
index 73f60c410fc2d043754b669db4c43c3a09964e2b..5f9f0b10d7614ce326fc715c72669f9e9b79bb05 100644 (file)
@@ -404,6 +404,16 @@ style "panel"
        part "children";
 };
 
+style "dialog"
+{
+       part
+       {
+               graphic NORMAL "grey_beveled";
+       };
+
+       part "children";
+};
+
 style "root"
 {
        part "children";