X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=basic.skin;h=39a900d10853df6b61028a6b4c61f4872a5ed642;hb=c8291177b545ec81930603a5915234a60296db51;hp=1dd8d41b5dc72f3b08465153e156a378d09a46d7;hpb=eac6b43052bb23418efb569e2238bde56c71c9bf;p=libs%2Fgltk.git diff --git a/basic.skin b/basic.skin index 1dd8d41..39a900d 100644 --- a/basic.skin +++ b/basic.skin @@ -1,5 +1,3 @@ -/* $Id$ */ - default_font "dejavu-10.font"; graphic "grey_raised" @@ -34,7 +32,7 @@ style "button" graphic ACTIVE "dark_grey_sunken"; }; - special "text" + part "text" { align 0.5 0.5; fill 0.0 0.0; @@ -85,7 +83,7 @@ style "toggle" margin { left 2; }; }; - special "text" + part "text" { align 0.0 0.5; fill 0.0 0.0; @@ -129,7 +127,7 @@ style "toggle-option" margin { left 3; }; }; - special "text" + part "text" { align 0.0 0.5; fill 0.0 0.0; @@ -141,7 +139,7 @@ style "label" { font_color 0.0 0.0 0.0; - special "text" + part "text" { align 0.5 0.5; fill 0.0 0.0; @@ -163,14 +161,14 @@ style "entry" graphic NORMAL "white_sunken"; }; - special "text" + part "text" { align 0.0 0.5; fill 0.0 0.0; margin { left 3; right 3; top 3; bottom 3; }; }; - special "cursor" + part "cursor" { graphic FOCUS "entry_cursor"; align 0.0 0.0; @@ -207,7 +205,7 @@ style "hslider" graphic NORMAL "dark_grey_sunken_shallow"; }; - special "slider" + part "slider" { graphic NORMAL "hthumb"; graphic HOVER "hthumb_light"; @@ -237,7 +235,7 @@ style "vslider" graphic NORMAL "dark_grey_sunken_shallow"; }; - special "slider" + part "slider" { graphic NORMAL "vthumb"; graphic HOVER "vthumb_light"; @@ -262,7 +260,7 @@ style "list" margin { right 12; }; }; - special "slider" + part "slider" { size 12 12; fill 0.0 1.0; @@ -270,13 +268,13 @@ style "list" //margin { right 1; top 1; bottom 1; }; }; - special "selection" + part "selection" { graphic NORMAL "blue_flat"; margin { left 3; right 14; top 3; bottom 3; }; }; - special "items" + part "items" { margin { left 3; right 14; top 3; bottom 3; }; }; @@ -327,14 +325,14 @@ style "dropdown" margin { right 3; }; }; - special "text" + part "text" { fill 0.0 0.0; align 0.0 0.5; margin { left 4; }; }; - special "list"; + part "list"; }; graphic "grey_beveled" @@ -351,10 +349,10 @@ style "panel" graphic NORMAL "grey_beveled"; }; - special "children"; + part "children"; }; style "root" { - special "children"; + part "children"; };