posted: 2010-08-01 10:34:37
This isn't going to be the biggest tutorial as I have had very little time this week. So this one is going to be very simple. I am going to show you how to make a simple splash screen for your wxWid...
read moreThis isn't going to be the biggest tutorial as I have had very little time this week. So this one is going to be very simple. I am going to show you how to make a simple splash screen for your wxWid...
read moreThis week I will be demonstrating how to use template classes in C++. Template classes should be used when you need functions and classes to use generic types. As always source code and binary are a...
read moreIn this tutorial I will show you how to use the GNOME notification area in C++ The GNOME notification window is a powerful usability feature that allows developers to deliver subtle and effective not...
read moreIn this tutorial I am going to teach you how to implement drag and drop with you wxWidget application. The ability to drag and drop is something which people ask a lot of questions about but there ar...
read moreToday we are going to explore the wxWidgets's wxTreeCtrl. This control does pretty much what it says on the tin. It that it displays to the user in a composite pattern (I will be covering design patt...
read moreI decided to add this tutorial as I have seen many people asking questions on iterate directories in linux. I will also combine this with how to implement the wxTree control. The wxWidgets framework i...
read more