On Thu, 14 Aug 2008 15:48:11 +0000, ntrel@users.sourceforge.net wrote:
Revision: 2887 http://geany.svn.sourceforge.net/geany/?rev=2887&view=rev Author: ntrel Date: 2008-08-14 15:48:11 +0000 (Thu, 14 Aug 2008)
Log Message:
Don't look up "scroll_arrow_hlength" and "scroll_arrow_vlength" GtkWidget properties on GTK < 2.10.
Oops, sorry. I checked for backwards compatibility when adding the code for accessing the event_window field of the GtkNotebook struct. But I didn't do this for the scroll_arrow properties, sorry.
But I guess the code for accessing the event_window field won't work with GTK 2.14 as they are currently about to 'seal' such private fields to prevent accessing it from outside. But let's wait what will actually happen.
Regards, Enrico