I want to put an image for background to a panel in wxpython and that image when i resize my panel i want of course to resize the image .Can any one help me do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make use of the
wx.EVT_ERASE_BACKGROUNDevent and bind it.Code example
Pay attention and read distinctly. The first listing represents bad practice.