(Possibly) useful wx-classes

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
Post Reply
Oxy
Earned a small fee
Earned a small fee
Posts: 16
Joined: Mon Sep 14, 2009 5:27 am
Contact:

(Possibly) useful wx-classes

Post by Oxy »

Hi,

at http://www.virtualworlds.de/wxWidgets/ I provide some source codes using a non-restrictive license that offer some (possibly) interesting features.

wxResourceBundle is an alternative to the internal translation method. Instead of using the compiled database files like wxWidget does this solution uses plain UTF-8 text files with simple assignments

original text = translated text

that can be created also by not so experienced users. Once an object of this type is created, the "_" macro is supported by this class too.

wxFloatCtrl is a simple extension of the wxTextCtrl and encapsulates all the specific handling of floating point and integer numbers in simple method calls.
cu

Oxy
Post Reply