Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: blockcoder1 on August 12, 2015, 04:31:22 pm

Title: adding component to code:block
Post by: blockcoder1 on August 12, 2015, 04:31:22 pm
How do you add wxWidget component to code::blocks?
I found website with interesting tools http://wxcode.sourceforge.net/index.php
I want to add one widget to wxSmith code::block.
Title: Re: adding component to code:block
Post by: MortenMacFly on August 18, 2015, 08:44:29 am
How do you add wxWidget component to code::blocks?
I found website with interesting tools http://wxcode.sourceforge.net/index.php
I want to add one widget to wxSmith code::block.
Inspect how its done with the other wxCode components. There is no tutorial, unfortunately. But its quite straight-forward.
Title: Re: adding component to code:block
Post by: MortenMacFly on August 18, 2015, 09:14:36 am
Not to forget: You can always add components unknown to wxSmith as "Custom" component.