wxLED ported to wxGTK-2.8.4

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!
orbitcowboy
I live to help wx-kind
I live to help wx-kind
Posts: 178
Joined: Mon Jul 23, 2007 9:01 am

wxLED ported to wxGTK-2.8.4

Post by orbitcowboy »

Hi @all,

i've ported the wxLED class, found on wxCode, to wxGTK-2.8.4.

A sample is also included.

Regards

Orbitcowboy
You do not have the required permissions to view the files attached to this post.
Cittamatra
In need of some credit
In need of some credit
Posts: 5
Joined: Fri Nov 16, 2018 8:36 pm

Re: wxLED ported to wxGTK-2.8.4

Post by Cittamatra »

Hi,

I had a look at the .tar file attached to the last post. I'd like to update the old 2005 LED class with this one. Can I ask what the procedure is, to install this updated LED widget into wxWidgets? All I've done so far, is to replace the wxLED .cpp and .h files.

Thanks
User avatar
doublemax
Moderator
Moderator
Posts: 19163
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxLED ported to wxGTK-2.8.4

Post by doublemax »

Cittamatra wrote: Tue Feb 11, 2020 11:04 am Hi,

I had a look at the .tar file attached to the last post. I'd like to update the old 2005 LED class with this one. Can I ask what the procedure is, to install this updated LED widget into wxWidgets? All I've done so far, is to replace the wxLED .cpp and .h files.

Thanks
(Sorry for the late reply, for some reason i missed this post).

wxLED is not integral part of wxWidgets. If you want to make your updated code available for other developers, you can just attach the files here. Or you could create a small Github project. And don't forget to add some licence information, so that it's clear that anyone can use it. Thanks.
Use the source, Luke!