Re: [pygtk] Wrong start of week in gtk.Calendar

2005-11-11 Thread Gary Jaffe
Johan Dahlin wrote: Gary Jaffe wrote: I would like a calendar with the weeks starting with Sunday. I made the following calendar, but the weeks start on Monday. self.clndr = gtk.Calendar() self.clndr.set_display_options( gtk.CALENDAR_SHOW_HEADING | gtk.CALENDAR_SHOW_DAY_NAMES | (~

Re: [pygtk] Wrong start of week in gtk.Calendar

2005-11-11 Thread Gary Jaffe
Johan Dahlin wrote: Gary Jaffe wrote: I would like a calendar with the weeks starting with Sunday. I made the following calendar, but the weeks start on Monday. self.clndr = gtk.Calendar() self.clndr.set_display_options( gtk.CALENDAR_SHOW_HEADING | gtk.CALENDAR_SHOW_DAY_NAMES | (~

Re: [pygtk] Wrong start of week in gtk.Calendar

2005-11-10 Thread Johan Dahlin
Gary Jaffe wrote: I would like a calendar with the weeks starting with Sunday. I made the following calendar, but the weeks start on Monday. self.clndr = gtk.Calendar() self.clndr.set_display_options( gtk.CALENDAR_SHOW_HEADING | gtk.CALENDAR_SHOW_DAY_NAMES | (~gtk.CALENDAR_NO_MONTH_

[pygtk] Wrong start of week in gtk.Calendar

2005-11-09 Thread Gary Jaffe
I would like a calendar with the weeks starting with Sunday. I made the following calendar, but the weeks start on Monday. self.clndr = gtk.Calendar() self.clndr.set_display_options( gtk.CALENDAR_SHOW_HEADING | gtk.CALENDAR_SHOW_DAY_NAMES | (~gtk.CALENDAR_NO_MONTH_CHANGE