Re: signal apparently missing on gtkcalendar

2010-07-12 Thread Robert Pearce
Hi John, On Sun, 11 Jul 2010 22:55:15 -0300 you wrote: I am reading the documentation of GtkCalendar, more precisely at the signals. There are the month-changed and day-selected signal, but why not a signal to represent the year changing? Presumably because it displays a whole month

signal apparently missing on gtkcalendar

2010-07-11 Thread John Williams
Hi all, I am reading the documentation of GtkCalendar, more precisely at the signals. There are the month-changed and day-selected signal, but why not a signal to represent the year changing? Maybe something like year-changed, why it doesn't exist? Thanks

GtkCalendar

2009-03-01 Thread John Coppens
Hello people. I wonder how to solve this elegantly: If I first set the day of the GtkCalendar, I sometimes hit an error depending on the number of weeks in the following month. If I set the month first, I have the same problem, depenging on the day selected previously. In both cases

About private elements on gtkcalendar

2007-12-19 Thread API
Hi, I was taking a look to the accessibility implementation for gtkcalendar: http://bugzilla.gnome.org/show_bug.cgi?id=321123 I have asked some questions there and on gnome-accessibility list, but as it is related to a gtk widget I will ask for help on this list too. I model each element (ie

GtkCalendar and day_selected event

2007-05-16 Thread Djihed Afifi
Hi, I'm trying to use an instance of a GtkCalendar to allow the user to navigate through days. Other widgets respond to the selected day and present relevant information. However, using the day_selected event, the widget only accepts one click, after that, the day_selected event is apparently

GtkCalendar and name of week

2006-04-11 Thread Hariyanto
How I can get name of week from GtkCalendar? thx Hariyanto ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

display more information on GtkCalendar

2006-02-26 Thread liang liang
hello, I am new to GTK+, and I got a problem. I want to display more information on GtkCalendar. To show it, I attached a picture(a small one) on this message, thanks. Should I 1. inherit from GtkCalendar, or 2. write a completely new Calendar widget myself? Thanks

Clearing the selection in a GtkCalendar

2004-09-08 Thread Daniel Kasak
Hi all. Is there any way a *user* can clear out the date selected in a GtkCalendar? I'm developing apps with Perl / Gtk2 and I can get the desired effect in code by setting the day to 0 ( which visually de-selects all days ) but I want to know if there is some way the user can do this without me

GTKCalendar

2004-03-04 Thread Andres Gomez Garcia
Hi! I was looking for a widget like GtkCalendar but I need to mark day in various different ways and, if possible, to show a whole year, not only a month. Is there anything like that? -- Andrés Gómez García Ingeniero en Informática Telf: +34 981 91 39 91 Fax: +34 981 91 39 49 mailto:[EMAIL

GtkCalendar help with colors

2002-07-29 Thread TonyB
Hello, I am new to GTK+ and very rusty with 'C'. I would like to build a program using the GtkCalendar widget. Is it possible to set the color of EACH day of the current month? The GtkCalendar struct has 3 fields that I might be able to use (see ***): struct _GtkCalendar { GtkWidget

access GtkCalendar inside GnomeDateEdit ?

2001-04-27 Thread Anthony Tekatch
How can I access the GtkCalendar inside GnomeDateEdit. I want to limit the calendar to no month changes. -- Anthony Tekatch ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list