> Anybody here who can give me an example on having a controls which > accepts date entry? Is there any available controls in the pygtk which > lets the user selects and enters a date?...I know there is gtk.calendar > but it really occupy much space, can we make a popup gtk.calendar? > Please help.
Take a look at kiwi, it offer a date entry which accepts dates in the current locale or allows you to select it from a calendar. Kiwi can be found here: http://www.async.com.br/projects/kiwi/ -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
