Difference between revisions of "WxSmith extensions"

From Code::Blocks
Line 1: Line 1:
 
Welcome to wxSmith extensions wiki page. This page conains few tutorials which show how to extend wxSmith's functionality. It does contain also set of extensions which are worked on now. If you would like to add some extra functionality to wxSmith and want to share with your results, please take look at [[wxSmith extensions list]] page. You can check there who is working on particular extensions and add your own info to prevent other developers from working on same feature as you.
 
Welcome to wxSmith extensions wiki page. This page conains few tutorials which show how to extend wxSmith's functionality. It does contain also set of extensions which are worked on now. If you would like to add some extra functionality to wxSmith and want to share with your results, please take look at [[wxSmith extensions list]] page. You can check there who is working on particular extensions and add your own info to prevent other developers from working on same feature as you.
 +
 +
[[Category:Code::Blocks Documentation]]
 +
[[Category:Developer Documentation]]
 +
[[Category:wxSmith extensions]]
  
 
== Tutorials ==
 
== Tutorials ==
Line 9: Line 13:
 
* Tutorial 3: [[wxSmith tutorial: Adding advanced properties into items|Adding advanced properties]]
 
* Tutorial 3: [[wxSmith tutorial: Adding advanced properties into items|Adding advanced properties]]
 
* Tutorial 4: [[wxSmith tutorial: More on code and preview generation|More on code and preview generation]]
 
* Tutorial 4: [[wxSmith tutorial: More on code and preview generation|More on code and preview generation]]
 +
* Tutorial 5: [[wxSmith tutorial: Adding support for events in custom items]]
  
 
== Extensions list ==
 
== Extensions list ==
  
 
On [[wxSmith extensions list|this]] page you can see the list of wxSmith extensions. It will contain extensions which are done, are worked on and which are not worker on yet. You will also find there informactions on how to add your code into main Code::Blocks source.
 
On [[wxSmith extensions list|this]] page you can see the list of wxSmith extensions. It will contain extensions which are done, are worked on and which are not worker on yet. You will also find there informactions on how to add your code into main Code::Blocks source.

Revision as of 19:41, 14 October 2007

Welcome to wxSmith extensions wiki page. This page conains few tutorials which show how to extend wxSmith's functionality. It does contain also set of extensions which are worked on now. If you would like to add some extra functionality to wxSmith and want to share with your results, please take look at wxSmith extensions list page. You can check there who is working on particular extensions and add your own info to prevent other developers from working on same feature as you.

Tutorials

we have prepared few tutorials which will show you how to add your own extensions to wxSmith. They describe parts of wxSmith essential to extensions support. They also show real examples on how to extend wxSmith.

Extensions list

On this page you can see the list of wxSmith extensions. It will contain extensions which are done, are worked on and which are not worker on yet. You will also find there informactions on how to add your code into main Code::Blocks source.