GtkRecentChooserMenu gtk_widget_show_all() misbehaviour

2008-02-11 Thread Stephan Arts
Hi, I noticed that the GtkRecentChooserMenu makes the internal widget that displays the 'no items found' message even though there are items inside the menu when using gtk_widget_show_all. It happens with gtk 2.12 (while it did not with 2.10 iirc). It seems to me that this is a bug, am I

Restrict size of event window

2008-01-29 Thread Stephan Arts
Hi, I am trying to solve bug #3823[0], but I am having a hard time figuring out what I am doing wrong. The problem is as followed: The application (ristretto) has a thumbnail-bar (see on the right side of the screenshot[1]). This is a container widget which allows scrolling of it's children.

Custom container widget - childs drawn in top-left corner of window

2007-12-15 Thread Stephan Arts
); child_allocation.x += child_requisition.width; iter = g_slist_next(iter); } break; case GTK_ORIENTATION_VERTICAL: break; } } What am I doing wrong? Regards, Stephan Arts [0] http://svn.xfce.org/svn/goodies/ristretto/trunk/src

[gtk-2.11] GtkScrolledWindow does not behave as expected

2007-08-31 Thread Stephan Arts
Hi, I am wondering if there is a bug inside the GtkScrolledWindow, it seems like it does not create gtkadjustment objects. (Which it did with 2.10) I am developing ristretto, [0] and for some reason it works with gtk 2.10, but with gtk 2.11 I get the following warnings: (ristretto:8848):

Gtk 2.10 DnD Behaves differently then 2.8 DnD

2006-11-14 Thread Stephan Arts
not work. This is the bugreport opened for it. http://bugzilla.xfce.org/show_bug.cgi?id=2552 We are not sure what could cause this different behaviour and are hoping anyone here could help us out. Regards, Stephan Arts ___ gtk-app-devel-list mailing list