Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: igorland on October 22, 2013, 02:05:25 am

Title: wxAuiNotebook: disable and enable panels
Post by: igorland on October 22, 2013, 02:05:25 am
Hello World!

I have just started a project with wxWidgets and use wxAuiNotebook. This is my first project in C++ so I am a n00b.

So far so good. I have 6 panels. What I am trying to do is to have all panels except for the first one disabled  / unclickable unless I perform certain operations on panel 1. I have looked through the wxAuiNotebook reference but have not found a function to enable / disable panels. Is it possible?

Thank you so much!
Title: Re: wxAuiNotebook: disable and enable panels
Post by: BlueHazzard on October 22, 2013, 02:22:52 am
This is a C::B Forum and has nothing to do with wxWidgets (expect wxSmith) your question is about wxWidgets, so pleas go in their forum and ask your question there.

greetings
Title: Re: wxAuiNotebook: disable and enable panels
Post by: igorland on October 22, 2013, 02:54:11 am
Sorry!  ::)
Title: Re: wxAuiNotebook: disable and enable panels
Post by: stahta01 on October 22, 2013, 02:54:38 am
Link to wxWidgets forum; NOTE: you need to pick the correct sub-group before posting!
http://forums.wxwidgets.org/ (http://forums.wxwidgets.org/)

Tim S.