Difference between revisions of "WxSmith tutorials"

From Code::Blocks
(believe this item was meant to precede the one I previosly added)
(OK, so now let's ref. parent page of those two previously added items)
Line 15: Line 15:
 
* Tutorial 7: [[wxSmith tutorial: Creating items with custom paint and mouse handling]]
 
* Tutorial 7: [[wxSmith tutorial: Creating items with custom paint and mouse handling]]
  
* Tutorial 8: [[Creating a plugin which adds new item into wxSmith]]
+
* See also: [[WxSmith extensions]]
* Tutorial 9: [[WxSmith tutorial: Adding support for events in custom items]]
 

Revision as of 15:16, 27 April 2010


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.