Difference between revisions of "Developing for Code::Blocks"
From Code::Blocks
(Added "Developing for C::B" section) |
(Categorized section) |
||
| Line 1: | Line 1: | ||
| + | == General development == | ||
| + | |||
*[[Various development tips]] | *[[Various development tips]] | ||
| + | |||
| + | |||
| + | == Plugins development == | ||
*[[Creating a simple "Hello World" plugin]] | *[[Creating a simple "Hello World" plugin]] | ||
| + | |||
| + | *[[Creating a Plug-in which modifies CB's Menus]] | ||
| + | |||
| + | ===== wxSmith development tutorials ===== | ||
*[[wxSmith Tutorial & Pointers]] | *[[wxSmith Tutorial & Pointers]] | ||
| − | |||
| − | |||
*[[Adding new widget to wxSmith]] | *[[Adding new widget to wxSmith]] | ||
Revision as of 10:46, 14 December 2005
General development