Setting opacity on a PyGTK label
        Posted  
        
            by snostorm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by snostorm
        
        
        
        Published on 2010-05-19T20:32:47Z
        Indexed on 
            2010/05/19
            21:00 UTC
        
        
        Read the original article
        Hit count: 263
        
Is there a way to make a PyGTK widget partly transparent, so that the widgets behind it can be seen through it? Specifically I'm trying to do this on a label, for typographic effect; I don't want to change the color instead, as it may not look right on all themes.
© Stack Overflow or respective owner