Gtk::Calendar

http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3ACalendar

I am playing around with Gtk::Calendar right now, and I am wondering
whether I can have a calendar where a user can scroll through the
different months?

Right now I have a grayed out area when I try to click on the first day
of the next month.

A sample can be found in rubygnome at gtk/sample/misc/calendar.rb
I am trying a way to just use the Gtk::Calendar widget alone to switch
to another month (like the next month)

This option is obviously your problem.

    Gtk::Calendar::NO_MONTH_CHANGE |

Thanks - I didn’t consider looking at the options passed.

On Thu, Sep 10, 2009 at 2:12 PM, Marc H.
[email protected] wrote:

http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3ACalendar

I am playing around with Gtk::Calendar right now, and I am wondering
whether I can have a calendar where a user can scroll through the
different months?

Right now I have a grayed out area when I try to click on the first day
of the next month.

A sample can be found in rubygnome at gtk/sample/misc/calendar.rb

This option is obviously your problem.

    Gtk::Calendar::NO_MONTH_CHANGE |


Guillaume C. - Guillaume Cottenceau