]> git.tdb.fi Git - r2c2.git/blobdiff - marklin.res
Convert designer to use mspgltk for UI
[r2c2.git] / marklin.res
index f2f69f378979c90410911d581b6b8fee98066aa2..bea052d66fde4299cee7dee85ce9799a4c64772d 100644 (file)
@@ -126,6 +126,13 @@ graphic "digidisplay"
        border { top 5; right 5; bottom 5; left 5; };
 };
 
+graphic "tooltip"
+{
+       texture "gui.png";
+       slice 72 90 20 16;
+       border { top 2; right 2; bottom 2; left 2; };
+};
+
 graphic "hsliderslot"
 {
        texture "gui.png";
@@ -143,14 +150,14 @@ graphic "hsliderknob"
 graphic "switchdown"
 {
        texture "gui.png";
-       slice 46 43 20 21;
+       slice 47 43 20 21;
        shadow { top 0; right 2; bottom 3; left 0; };
 };
 
 graphic "switchup"
 {
        texture "gui.png";
-       slice 67 43 20 21;
+       slice 69 43 20 21;
        shadow { top 0; right 2; bottom 3; left 0; };
 };
 
@@ -295,6 +302,23 @@ style "label-digital"
        };
 };
 
+style "label-tooltip"
+{
+       font_color 0.0 0.0 0.0;
+
+       part
+       {
+               graphic NORMAL "tooltip";
+       };
+
+       special "text"
+       {
+               align 0.0 0.5;
+               fill 0.0 0.0;
+               margin { top 2; right 2; bottom 2; left 2; };
+       };
+};
+
 style "hslider"
 {
        part