X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=basic.skin;h=5d9c8b669fda7771f7958eaccc0bfdaa68a36e93;hb=68c6a79c86c595fa2ec5a7109568d5baefc50afd;hp=1dd8d41b5dc72f3b08465153e156a378d09a46d7;hpb=eac6b43052bb23418efb569e2238bde56c71c9bf;p=libs%2Fgltk.git diff --git a/basic.skin b/basic.skin index 1dd8d41..5d9c8b6 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,16 +268,20 @@ style "list" //margin { right 1; top 1; bottom 1; }; }; - special "selection" + part "items" { - graphic NORMAL "blue_flat"; margin { left 3; right 14; top 3; bottom 3; }; }; +}; - special "items" +style "listitem" +{ + part { - margin { left 3; right 14; top 3; bottom 3; }; + graphic ACTIVE "blue_flat"; }; + + part "children"; }; graphic "grey_raised_divided" @@ -327,14 +329,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 +353,10 @@ style "panel" graphic NORMAL "grey_beveled"; }; - special "children"; + part "children"; }; style "root" { - special "children"; + part "children"; };