Difference between revisions of "WxSmith tutorials"

From Code::Blocks
Line 13: Line 13:
 
* Tutorial 5: [[wxSmith tutorial: Using wxPanel resources|Using wxPanel resources]]
 
* Tutorial 5: [[wxSmith tutorial: Using wxPanel resources|Using wxPanel resources]]
 
* Tutorial 6: [[wxSmith tutorial: Accessing items in resource|Accessing items in resource]]
 
* Tutorial 6: [[wxSmith tutorial: Accessing items in resource|Accessing items in resource]]
 +
* Tutodial 7: [[wxSmith tutorial: Creating items with custom paint and mouse handling]]

Revision as of 18:37, 27 June 2008


Welcome to wxSmith tutorials page. Here you can learn how to create GUI applications for wxWidgets platform using wxSmith. At the beginning we will start with some basic tutorials which will show what can you do with wxSmith and how you can create simple applications. I hope that there will also be some advanced tutorials for those who know wxWidgets very well.

wxSmith and wxWidgets basics

On this tutorials you will learn basic things about wxSmith and wxWidgets.