X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=basic.skin;h=eb0a9d6802c01a17ca40e46cb266288e736edf27;hb=787dd5572e904a87686e7309401b86e0c528d823;hp=1dd8d41b5dc72f3b08465153e156a378d09a46d7;hpb=eac6b43052bb23418efb569e2238bde56c71c9bf;p=libs%2Fgltk.git diff --git a/basic.skin b/basic.skin index 1dd8d41..eb0a9d6 100644 --- a/basic.skin +++ b/basic.skin @@ -34,7 +34,7 @@ style "button" graphic ACTIVE "dark_grey_sunken"; }; - special "text" + part "text" { align 0.5 0.5; fill 0.0 0.0; @@ -85,7 +85,7 @@ style "toggle" margin { left 2; }; }; - special "text" + part "text" { align 0.0 0.5; fill 0.0 0.0; @@ -129,7 +129,7 @@ style "toggle-option" margin { left 3; }; }; - special "text" + part "text" { align 0.0 0.5; fill 0.0 0.0; @@ -141,7 +141,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 +163,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 +207,7 @@ style "hslider" graphic NORMAL "dark_grey_sunken_shallow"; }; - special "slider" + part "slider" { graphic NORMAL "hthumb"; graphic HOVER "hthumb_light"; @@ -237,7 +237,7 @@ style "vslider" graphic NORMAL "dark_grey_sunken_shallow"; }; - special "slider" + part "slider" { graphic NORMAL "vthumb"; graphic HOVER "vthumb_light"; @@ -262,7 +262,7 @@ style "list" margin { right 12; }; }; - special "slider" + part "slider" { size 12 12; fill 0.0 1.0; @@ -270,13 +270,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 +327,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 +351,10 @@ style "panel" graphic NORMAL "grey_beveled"; }; - special "children"; + part "children"; }; style "root" { - special "children"; + part "children"; };