Blog

Splash screens with wxSplashScreen

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 more

Simple template classes in C++

posted: 2010-06-18 22:30:25



This 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 more

GNOME Notification Area with C++

posted: 2010-05-24 20:34:34



In 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 more

wxWidgets drag and drop tutorial

posted: 2010-05-04 11:00:21



In 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 more

Implementing the wxTreeCtrl

posted: 2010-04-28 20:22:12



Today 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 more

How to iterate directory streams in Linux

posted: 2010-04-25 11:55:29



I 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

<< Previous | 1 | Next >>