paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] Backgrond on progrssbar


From: Alexander Pipelka
Subject: Re: [paragui-users] Backgrond on progrssbar
Date: 03 Jun 2002 22:15:10 +0200

Use a theme definition like this:

    <widget>
        <type value="Progressbar"/>
        <object>
            <name value="Background"/>
            <property name="height" value="18"/>
            <filename name="background" value="qnx/pb_back.bmp"/>
            <property name="backmode" value="TILE"/>
            <property name="blend" value="0"/>
            <property name="bordersize" value="1"/>
        </object>
        <object>
            <name value="Indicator"/>
            <filename name="background" value="qnx/pb_indicator.bmp"/>
            <property name="backmode" value="STRETCH"/>
            <property name="blend" value="0"/>
        </object>
     </widget>

Alex

Am Mon, 2002-06-03 um 22.01 schrieb Olaf Ernst:
> Hi,
> 
> 
> I've got a little problem with the progress bar.
> The background works (via the theme), but the widget won't show a 
> image for the indicator. I've checked the source of pgprogressbar,
> and it does read a "background" property. 
> Is there an trick about this (special kind of bitmap) ?
> 
> 
> thx in advance,
> 
>                               olaf
> 
> _______________________________________________
> paragui-users mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/paragui-users






reply via email to

[Prev in Thread] Current Thread [Next in Thread]