[wx-dev] [ wxwindows-Bugs-1950163 ] GTK warning after updating GTK to 2.12.9

SourceForge.net noreply at sourceforge.net
Thu May 1 07:40:02 PDT 2008


Bugs item #1950163, was opened at 2008-04-24 01:05
Message generated for change (Comment added) made by leio
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1950163&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxGTK specific
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: roee88 (roee88)
Assigned to: Nobody/Anonymous (nobody)
Summary: GTK warning after updating GTK to 2.12.9

Initial Comment:
After updating to gtk 2.12.9 this warning appears when running a wx application:

Gtk-WARNING **: gtkwidget.c:8547: widget class `GtkPizza' has no property named `row-ending-details'

The side effect is notebook tabs not updating correctly. 

OS: linux slackware 12.1
wxPython: 2.8.7.1
GTK: 2.12.9

----------------------------------------------------------------------

>Comment By: Mart Raudsepp (leio)
Date: 2008-05-01 17:40

Message:
Logged In: YES 
user_id=712025
Originator: NO

These are really from gtk-engines-2.14.x, and the clearlooks theme engine
in particular. It does some cool rounding stuff for some stuff and needs to
know from GtkTreeView the row-ending-details, a property which our fake
GtkTreeView class doesn't have yet.
I experience the same warnings, coupled with some serious misrenderings,
in wxListCtrl focus rectangles in icon view.

----------------------------------------------------------------------

Comment By: Vaclav Slavik (vaclavslavik)
Date: 2008-05-01 16:32

Message:
Logged In: YES 
user_id=80834
Originator: NO

Note: not when running e.g. Poedit on Gentoo (with these exact wx and gtk
version)... Can you be more specific in what it takes to reproduce this?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1950163&group_id=9863


More information about the wx-dev mailing list