problem related to _gtk_marshal_BOOLEAN__BOXED

2007-09-01 Thread varun_shrivastava
hi Actually this is a apps related query but if you will see the attachment i think here is the place to ask here is a snapshot of gdb http://www.nabble.com/file/p12438057/snap1.jpg snap1.jpg i have written a simple gtk application which only loads a webpage. I have used following widgets GtkW

Re: GTK+ Theming improvements

2007-09-01 Thread Benjamin Berg
On Fri, 2007-31-08 at 13:26 +0200, Lieven van der Heide wrote: > As for the general rendering of widgets, I think the current way of > letting the widget itself do the drawing, using a bunch of primitives > (ie. boxes, frames, etc.), and then letting the theme engines theme > just those primitives,

Re: GTK+ Theming improvements

2007-09-01 Thread Mathias Hasselmann
Why not use the most obvious solution for the problem: Keep the theming engine as is, but instead of using one single theming detail string, let's attach a theming class property in the spirit of CSS class names to widgets: const gchar** gtk_widget_get_style_classes (GtkWidget *widget); g

Re: GTK+ Theming improvements

2007-09-01 Thread Benjamin Berg
On Sat, 2007-01-09 at 16:32 +0200, Mathias Hasselmann wrote: > Why not use the most obvious solution for the problem: Keep the theming > engine as is, but instead of using one single theming detail string, > let's attach a theming class property in the spirit of CSS class names > to widgets: > >

Re: problem related to _gtk_marshal_BOOLEAN__BOXED

2007-09-01 Thread muppet
On Sep 1, 2007, at 3:17 AM, varun_shrivastava wrote: > Actually this is a apps related query but if you will see the > attachment i > think here is the place to ask Please go to gtk-app-devel-list. This list is for development of gtk itself. > here is a snapshot of gdb > http://www.nabble

New style tooltips - persistance

2007-09-01 Thread Alex Jones
Hi list I've noticed that one of the differences between the old- and new-style tooltips is that the new ones don't disappear as soon as you move the mouse - they hang around for as long as your mouse stays in the widget's area. I think for large widgets this really causes a problem, as the only