remove a part of a window Topic is solved

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
farso92
Earned a small fee
Earned a small fee
Posts: 19
Joined: Fri Jun 06, 2014 3:54 pm

remove a part of a window

Post by farso92 »

hi guys...in my program i have a simple window with a few panels inside....i'd like to remove a part of window (maybe also a panels if is possible) to change the shape of the window....for example:
Attachments
I hope I was clear
I hope I was clear
aaaaaaaaa.png (1.77 KiB) Viewed 4356 times
jgrzybowski
Earned some good credits
Earned some good credits
Posts: 113
Joined: Sat Sep 24, 2011 9:32 pm
Location: Poland

Re: remove a part of a window

Post by jgrzybowski »

Take a look for this topic:
http://forums.wxwidgets.org/viewtopic.p ... ow#p160491
Generally you need to serch "shaped window" topics in "C++ Development" sub-forum. This kind of advanced objects like own shaped window you cannot draw in wxDev-C++ designer (*.wxform), you need to write such a code yourself.
Regards, Jarek
farso92
Earned a small fee
Earned a small fee
Posts: 19
Joined: Fri Jun 06, 2014 3:54 pm

Re: remove a part of a window

Post by farso92 »

thank you
Post Reply