Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7350


Ignore:
Timestamp:
Sep 4, 2010, 5:26:49 PM (14 years ago)
Author:
dafrick
Message:

Added Property to Listbox that allows to change the background color (inkl. alpha) without changing the alpha of the ListboxItems as well.
The new property is called "BackgroundColor".

Location:
data/trunk/gui/looknfeel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/gui/looknfeel/TaharezGreenLook.looknfeel

    r6573 r7350  
    17621762    -->
    17631763    <WidgetLook name="TaharezGreenLook/Listbox">
     1764        <PropertyDefinition name="BackgroundColor" initialValue="FFFFFFFF" redrawOnWrite="true" />
    17641765        <NamedArea name="ItemRenderingArea">
    17651766            <Area>
     
    18811882        <StateImagery name="Enabled">
    18821883            <Layer>
    1883                 <Section section="main" />
     1884                <Section section="main">
     1885                    <ColourProperty name="BackgroundColor" />
     1886                </Section>
    18841887            </Layer>
    18851888        </StateImagery>
  • data/trunk/gui/looknfeel/TaharezLook.looknfeel

    r5701 r7350  
    17621762    -->
    17631763    <WidgetLook name="TaharezLook/Listbox">
     1764        <PropertyDefinition name="BackgroundColor" initialValue="FFFFFFFF" redrawOnWrite="true" />
    17641765        <NamedArea name="ItemRenderingArea">
    17651766            <Area>
     
    18811882        <StateImagery name="Enabled">
    18821883            <Layer>
    1883                 <Section section="main" />
     1884                <Section section="main">
     1885                    <ColourProperty name="BackgroundColor" />
     1886                </Section>
    18841887            </Layer>
    18851888        </StateImagery>
Note: See TracChangeset for help on using the changeset viewer.