Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: dvserg on September 14, 2021, 10:59:29 pm

Title: Manager:: help
Post by: dvserg 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.