X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=marklin.res;h=e44ac9d031fc733797c2c8ecada73f75f942f0d4;hb=e8987fa39c3275a0a293b011e83bccd322e0958a;hp=8efa84edd184bc65f5265ba7f128ab6a4ecc9cda;hpb=d79f5acedfb9460894c05803b5309c1f9bf21d68;p=r2c2.git diff --git a/marklin.res b/marklin.res index 8efa84e..e44ac9d 100644 --- a/marklin.res +++ b/marklin.res @@ -13,6 +13,14 @@ style "label" special "text"; }; +style "image" +{ + special "image" + { + fill 1.0 1.0; + }; +}; + graphic "tooltip" { texture "gui.png"; @@ -85,6 +93,34 @@ graphic "red_button_pressed" shadow { top 0; right 1; bottom 2; left 0; }; }; +graphic "up_arrow_button" +{ + texture "gui.png"; + slice 2 18 13 13; + shadow { top 0; right 1; bottom 2; left 0; }; +}; + +graphic "up_arrow_button_pressed" +{ + texture "gui.png"; + slice 17 18 13 13; + shadow { top 0; right 1; bottom 2; left 0; }; +}; + +graphic "down_arrow_button" +{ + texture "gui.png"; + slice 2 4 13 13; + shadow { top 0; right 1; bottom 2; left 0; }; +}; + +graphic "down_arrow_button_pressed" +{ + texture "gui.png"; + slice 17 4 13 13; + shadow { top 0; right 1; bottom 2; left 0; }; +}; + style "button" { font_color 0 0 0; @@ -142,6 +178,28 @@ style "button-red" }; }; +style "button-arrow_up" +{ + part + { + graphic NORMAL "up_arrow_button"; + graphic ACTIVE "up_arrow_button_pressed"; + align 0.5 0.5; + fill 0.0 0.0; + }; +}; + +style "button-arrow_down" +{ + part + { + graphic NORMAL "down_arrow_button"; + graphic ACTIVE "down_arrow_button_pressed"; + align 0.5 0.5; + fill 0.0 0.0; + }; +}; + graphic "yellow_lamp" { texture "gui.png"; @@ -227,6 +285,11 @@ style "panel" special "children"; }; +style "panel-group" +{ + special "children"; +}; + graphic "sunken_black_bg" { texture "gui.png"; @@ -358,34 +421,6 @@ style "list" }; }; -graphic "up_arrow_button" -{ - texture "gui.png"; - slice 2 18 13 13; - shadow { top 0; right 1; bottom 2; left 0; }; -}; - -graphic "up_arrow_button_pressed" -{ - texture "gui.png"; - slice 17 18 13 13; - shadow { top 0; right 1; bottom 2; left 0; }; -}; - -graphic "down_arrow_button" -{ - texture "gui.png"; - slice 2 4 13 13; - shadow { top 0; right 1; bottom 2; left 0; }; -}; - -graphic "down_arrow_button_pressed" -{ - texture "gui.png"; - slice 17 4 13 13; - shadow { top 0; right 1; bottom 2; left 0; }; -}; - style "dropdown" { font_color 0.0 0.0 0.0;