Creating a sliding frame containing widgets in tkinter in python
        Posted  
        
            by Buki
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Buki
        
        
        
        Published on 2010-05-21T12:38:02Z
        Indexed on 
            2010/05/21
            12:40 UTC
        
        
        Read the original article
        Hit count: 292
        
I am trying really hard to make a sliding frame containing widgets in tkinter in python. There is this frame inside a big window with different widgets. And as soon as i click on the next button on that frame the frame should slowly slide towards the left and vanish ultimately. As soon as it vanishes, i want new frame with widgets to come sliding towards right. What should i do?
Anticipating your suggestions and ideas.
© Stack Overflow or respective owner