[wxMSW][2.9.5] wxNotebook without border

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
tfft
In need of some credit
In need of some credit
Posts: 2
Joined: Wed May 21, 2014 2:10 pm

[wxMSW][2.9.5] wxNotebook without border

Post by tfft »

Hello, I know that this question might be silly, but is there a possibility to get borderless wxNotebook? I tried a lot of things and none of them are working and setting wxBORDER_NONE that belongs to wxWindow itself - doesn't work either. I'm writing an application in C++ (mingw32 under CodeLite) using wxWidgets 2.9.5 (wxMSW port running under XP and 7).

If anybody know which flag or method is used to get borderless wxNotebook, please reply. Thanks in advance! :)
Last edited by tfft on Wed May 21, 2014 7:26 pm, edited 1 time in total.
eranif
Moderator
Moderator
Posts: 610
Joined: Tue Nov 29, 2005 7:10 pm
Location: Israel

Re: [wxMSW][2.9.5] wxNotebook without border

Post by eranif »

Which border exactly you want to remove?
Do you have a screenshot of "before" and "after" ?

Eran
IDE: CodeLite + wxCrafter
OS: All
https://wxcrafter.codelite.org
https://codelite.org
tfft
In need of some credit
In need of some credit
Posts: 2
Joined: Wed May 21, 2014 2:10 pm

Re: [wxMSW][2.9.5] wxNotebook without border

Post by tfft »

So, with border it looks like this (please don't mind the white empty area):

Image

And I would like to get "effect" like this (done with Paint):

Image

Is it possible to get this under wxMSW?
Post Reply