Results 1 to 4 of 4

Thread: Anyone have any info on pyxfce?

  1. #1
    Join Date
    Jun 2005
    Location
    Melbourne, Australia
    Beans
    85

    Question Anyone have any info on pyxfce?

    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

  2. #2
    Join Date
    Apr 2005
    Location
    Brazil
    Beans
    479
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Anyone have any info on pyxfce?

    Serioully, i didnt know that it existed O_o

    is it something like pygtk?

  3. #3
    Join Date
    Mar 2005
    Location
    Vancouver, Canada
    Beans
    287

    Re: Anyone have any info on pyxfce?

    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/

  4. #4
    Join Date
    Jun 2005
    Location
    Melbourne, Australia
    Beans
    85

    Re: Anyone have any info on pyxfce?

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •