View Full Version : Anyone have any info on pyxfce?
grumpymole
February 27th, 2006, 11:28 PM
Looking to hack around in Xubuntu (xfce) and python, so pyxfce looks like a good fit.
There is, however, basically no documentation that I can find.
Does anyone have any links or info on how to get started using pyxfce? Just a simple "Hello, World" example would be good.
Regards
Warren
sapo
February 28th, 2006, 08:33 AM
Serioully, i didnt know that it existed O_o
is it something like pygtk?
psychicdragon
February 28th, 2006, 09:01 AM
Xfce apps are basically just pure GTK, no Gnome stuff.
There are some Xfce specific libraries, but they're not really for application programming. Just common stuff used by the different Xfce components.
The developer documentation is here:
http://www.xfce.org/documentation/api-4.2/
grumpymole
February 28th, 2006, 07:34 PM
psyhicdragon,
Thanks, I saw that documentation. From what I can see it is documentation for the C libraries. My understanding is that pyxfce is a Python binding for these libraries. Is that correct?
If so, what modules would you import into Python and how would you access the classes/objects/methods?
An example application, not matter how simple, would show me a lot.
Cheers
Warren
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.