Changeset 55

Show
Ignore:
Timestamp:
07/21/07 18:41:57 (1 year ago)
Author:
JoeCoder
Message:

Slight modifications to yage.gui.style

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/yage/gui/style.d

    r52 r55  
    1919    Material backgroundMaterial; 
    2020    Color   backgroundColor; 
     21    float[4] backgroundCoordinates;  // Texture coordinates for top, right, bottom, left edges 
    2122 
    2223    float[4] borderWidth; 
    2324    Unit[4]  borderWidthUnits; 
    24     float[4] borderRadius;          // used for rounded corners. 
    25     Unit[4]  borderRadiusUnits; 
    2625    Color[4] borderColor; 
    27     Material borderMaterial;      // Overrides radius and color if set 
    28     bool[4]  borderMaterialStretch;  // top, right, bottom, left 
     26    Material decoration;      // Overrides radius and color if set 
     27    byte[5]  decorationRepeat;  // top, right, bottom, left, center 
    2928 
    3029    Material cursor; 
     
    3635    byte  fontSizeUnits; 
    3736    float fontWeight; 
    38  
    39     float[4] margin; 
    40     Unit[4] marginUnits; 
    4137 
    4238    float[4] padding;