Author Topic: Manager:: help  (Read 11752 times)

dvserg

  • Guest
Manager:: help
« on: September 14, 2021, 10:59:29 pm »
Hello!

I write self plugin for CodeBlocks, and have one problem.
How i can get access to wxSmith (WXS) Visual IDE Editor selected item(control) via Manager:: or any other global variable ?

I add self Toolbar to the IDE, and want call from them Visual any items functions.

Maybe i must use cbEditor or Events (throw in IDE toolbar and catch in wxSmith item )?
Any idea please? Thanks.