PDA

View Full Version : Making Desktop Widgets



solarwind
May 18th, 2008, 09:56 PM
Hey all, I want to make a few simple widgets in either C++ or Python. Is there a way to do it without relying on some other program like GDesklets?

Can+~
May 18th, 2008, 10:04 PM
Python + GTK + Cairo

Cairo being the vectorial graphics library (also available on C)

http://www.oluyede.org/blog/writing-a-widget-using-cairo-and-pygtk-28/