Copyright 2008, 2009 Kevin Ryde

This file is part of Gtk2-Ex-DateSpinner.

Gtk2-Ex-DateSpinner is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

Gtk2-Ex-DateSpinner is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License along
with Gtk2-Ex-DateSpinner.  If not, see <http://www.gnu.org/licenses/>.



Gtk2::Ex::DateSpinner is a simple date entry widget using spin buttons
for year, month and day.

      +--------------------------------------+ 
      |  +------+   +----+   +----+          |
      |  | 2008 |^  |  6 |^  | 14 |^   Sat   |
      |  +------+v  +----+v  +----+v         |
      +--------------------------------------+ 

It can be used as an ordinary widget in a dialog or form, and also as
a cell renderer with popup edit for a TreeView or similar.

The prerequisites are Gtk2-Perl, Date::Calc and my Gtk2-Ex-WidgetBits
and Glib-Ex-ObjectBits.  The DateSpinner home page is

http://www.geocities.com/user42_kevin/gtk2-ex-datespinner/index.html
