GTK+ 2.13.2 released

2008-06-03 Thread Matthias Clasen
GTK+ 2.13.2 is now available for download at: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.13/ gtk+-2.13.2.tar.bz2 md5sum: 2db81ad8485e84d7a3c297fcfdf173bb gtk+-2.13.2.tar.gzmd5sum: 57b57fa871734b7e727ebf4a65d7df83 This is the third development release leading up to GTK+ 2.14. Notes:

GTK+ 2.12.10 released

2008-06-03 Thread Matthias Clasen
GTK+ 2.12.10 is now available for download at: http://download.gnome.org/sources/gtk+/2.12/ gtk+-2.12.10.tar.bz2 md5sum: 5fcbdd2254eedb6b9ae828afc01d9eaa gtk+-2.12.10.tar.gzmd5sum: aa119a4d6b082bb229b28bb14a08747b This is a bug fix release in the 2.12 series. What is GTK+

Tree View Scrolling

2008-06-03 Thread Eric Pastoor
I am trying to get a GtkTree to show all of the children if possible when the user expands the parent. This is my callback routine on the row-expanded signal. The technique I thought I would use is to first scroll the tree to the last row. Then scroll it back to the parent. This would make

Re: Getting configure_event on widgets in notebook pages

2008-06-03 Thread Mitko Haralanov
On Tue, 3 Jun 2008 09:44:05 +0300 "natan yellin" <[EMAIL PROTECTED]> wrote: > Have you tried using gobject.emit? Unfortunately, using gobject.emit is not going to help me since the configure_event callback needs the GDK window to be valid when the callback is called. I am not that knowledgeable

[EMAIL PROTECTED]: Re: How to get the fond choosen by Pango?]

2008-06-03 Thread Rafał Mużyło
Sorry, I meant to send this to the list. - Forwarded message from Rafał Mużyło <[EMAIL PROTECTED]> - Date: Tue, 3 Jun 2008 17:33:41 +0200 From: Rafał Mużyło <[EMAIL PROTECTED]> To: Michelle Konzack <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: How to get the fond choosen by

How to get the fond choosen by Pango?

2008-06-03 Thread Michelle Konzack
* Do not Cc: me, because I READ THIS LIST, if I write here * *Keine Cc: am mich, ich LESE DIESE LISTE wenn ich hier schreibe* Hello,

Returning a Calendar date string to a treeview cell

2008-06-03 Thread dhk
I have a treeview with a text render for a date. I wanted to be able to pop-up a calendar and select a date and have it get set in the cell of the treeview. I'm using the "editing-started" signal from GtkCellRenderer. My callback function is below. A couple of things are not clear. First, on