I've created window class and i want to insert an image as a background of that window. File formats need to be png. I used XImage of magick++ to load an image. but don't know how to make its as a background of my window. Any idea how to do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Create an Pixmap using
Create a Graphics Context for the Pixmap
Draw the XImage to the Pixmap
Finally set the Pixmap as the window's background
Then free all resources no longer needed. |
|||||
|
