[Glade-devel] Patch for GladeInterface
- From: lluis at ximian.com (Lluis Sanchez)
- Subject: [Glade-devel] Patch for GladeInterface
- Date: Wed Jan 18 13:08:59 2006
Hi!
I updated the patch following your instructions. I hope it's ok now.
Lluis.
El mar, 17-01-2006 a las 14:04 -0500, Tristan Van Berkom escribi?:
Lluis Sanchez wrote:
Hi,
This patch adds a glade_interface_new() method which factorizes some
GladeInterface creation code used in a couple of files.
I'm also resending the patch that makes it possible to embed design
windows into a container window. I know this patch is not a complete
solution for the embedding issue, but it is a needed step.
It would be awesome if those patches could be included in the next
public snapshot.
Thanks for the interface patch :)
I tested your patch to glade-widget.c and didn't find any
regressions, so I am willing to add the patch to glade-3,
but not in it's incomplete state; let me explain:
Your patch special-cases the glade_widget_button_press code
so that it will detect top-level GladeWidgets without using
GTK_WIDGET_TOPLEVEL; that doesn't mean that glade-3 will
work properly with toplevels that dont bear the toplevel flag;
a quick `grep GTK_WIDGET_TOPLEVEL glade3/src/*' will tell you
that.
What I think we need is:
o Add: gboolean glade_util_is_toplevel (GladeWidget);
o Adjust all code that was GTK_WIDGET_TOPLEVEL() to use
the new glade-utils function instead (only where appropriate
ofcourse), also taking into consideration that top-level project
objects are not always GtkWidget (could be GtkAdjustment or
GtkSizeGroup).
Since you're looking at that code; I thought you might want
to cast a passing glance at this:
http://bugzilla.gnome.org/show_bug.cgi?id=327379
Cheers,
-Tristan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glade.diff
Type: text/x-patch
Size: 8034 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/glade-devel/attachments/20060118/348cc6f0/glade.bin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]