pybwidget is a Python wrapper around the 'bwidget' family of widgets for
Tkinter.  It includes these classes:
    Entry Label Button ArrowButton ProgressBar ScrollView Separator
    MainFrame LabelFrame TitleFrame PanelFrame ScrolledWindow
    ScrollableFrame PanedWindow ButtonBox PagesManager NoteBook Dialog
    StatusBar LabelEntry ComboBox SpinBox Tree ListBox MessageDialog
    ProgressDialog PasswordDialog SelectFont SelectColor 

I know it's been a long time, but I've finally gotten around to making a
new release of pybwidget, called 0.1.2_1.7.0.

It has all the fixes I could find that have been mentioned in the
tkinter-discuss mailing list archives.  Compared to 0.1.1, here's a
summary of changes:
    * add ROOT as a module-level constant, as requested
    * bindtabs, bind_image, bind_text all handle the 'func' parameter
      properly
    * several instances of 'self.tl' corrected to 'self.tk'
    * the 'nodes' function of the Tree widget now passes all arguments
      to Tk
    * The xbm-format images are installed by setup.py
    * how to run setup.py is mentioned in README.html

This release is available at
    http://tkinter.unpythonic.net/bwidget

Please report your experiences, good or bad, on the Tkinter mailing list
    tkinter-discuss@python.org 

Jeff Epler
[EMAIL PROTECTED]

Attachment: pgpidcZT87hcU.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to