Is there any trick to list all Binds as outline in visual studio

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
User avatar
xuboying
Experienced Solver
Experienced Solver
Posts: 55
Joined: Fri Apr 22, 2016 9:51 am

Is there any trick to list all Binds as outline in visual studio

Post by xuboying »

Visual studio can only list named function in class analyzer
in wxWidgets, you can use bind function to generate dynamic callbacks
When there are many binds in a constructor, is there any tool to list those binds, so we can quickly check and access them?
Thanks in advance.

//Similiar request in Xcode also
Post Reply