Re: Two toplevels in a glade file causes spurious warnings

2010-02-15 Thread Gerald Britton
h Glade, so I > cannot comment on that. > > Tadej > > -- > Tadej Borovšak > tadeboro.blogspot.com > tadeb...@gmail.com > tadej.borov...@gmail.com > -- Gerald Britton ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Two toplevels in a glade file causes spurious warnings

2010-02-15 Thread Gerald Britton
o be compatible with version 2.12. IIRC that method was added later on. Note that I am converting this work from a libglade interface to a gtk.builder interface. libglade seems to handle the multiple-top-levels-in-one-glade-file thing a little easier, though that could just be my lack of understanding, > > Tadej > > -- > Tadej Borovšak > tadeboro.blogspot.com > tadeb...@gmail.com > tadej.borov...@gmail.com > -- Gerald Britton ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Two toplevels in a glade file causes spurious warnings

2010-02-15 Thread Gerald Britton
On Mon, Feb 15, 2010 at 10:11 AM, Tadej Borovšak wrote: > hi. > > 2010/2/15 Gerald Britton : >> In gtk 2.18.3-1ubuntu2.2, I have a problem using gtk.builder on glade >> files with multiple top levels.  What happens is, when I call >> connect_signals on the first top-lev

Two toplevels in a glade file causes spurious warnings

2010-02-15 Thread Gerald Britton
sing, they just aren't used by the current top level. Why am I getting such warning? Is there a way to turn them off for good? -- Gerald Britton ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Fwd: GTK+ is real object oriented?

2009-12-21 Thread Gerald Britton
-mitch > > > ___________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > -- Gerald Britton ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: How to get and set the width/height of a label?

2009-08-07 Thread Gerald Britton
t; gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > > > > ___ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > > -- Gerald Britton ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [Glade-users] GtkWarning: gtk_button_box_set_child_secondary: assertion `child->parent == GTK_WIDGET (widget)' failed

2009-07-27 Thread Gerald Britton
an Bréfort wrote: > Look for ok, cancel, help and close buttons. Here are the dups. > > Le lundi 27 juillet 2009 à 16:33 -0400, Gerald Britton a écrit : > > So far I've been ok with unique names within toplevels. Too bad the > > python bindings don't support add_obj

Re: [Glade-users] GtkWarning: gtk_button_box_set_child_secondary: assertion `child->parent == GTK_WIDGET (widget)' failed

2009-07-27 Thread Gerald Britton
, 2009 at 4:22 PM, Tristan Van Berkom wrote: > On Mon, Jul 27, 2009 at 4:00 PM, Gerald Britton > wrote: >> The glade file is set to "Object names are unique within toplevels" >> which fits the way my glade file is set up.  Maybe I should get a >> fresh copy of g

Re: GtkWarning: gtk_button_box_set_child_secondary: assertion `child->parent == GTK_WIDGET (widget)' failed

2009-07-27 Thread Gerald Britton
t; > Cheers, >        -Tristan > > On Mon, Jul 27, 2009 at 12:44 PM, Tristan Van Berkom wrote: >> On Fri, Jun 26, 2009 at 9:11 AM, Gerald Britton >> wrote: >> [...] >>> 1. when and why is the method gtk_button_box_set_child_secondary >>> called by the

Re: GtkWarning: gtk_button_box_set_child_secondary: assertion `child->parent == GTK_WIDGET (widget)' failed

2009-07-26 Thread Gerald Britton
Sorry, I'm a user not a dev. I'll need pretty detailed instructions with examples to find it this way. Is there anyone out there who can say what conditions trigger this message? On Thu, Jul 23, 2009 at 2:33 PM, Paul Davis wrote: > On Thu, Jul 23, 2009 at 12:15 PM, Gerald &g

Re: GtkWarning: gtk_button_box_set_child_secondary: assertion `child->parent == GTK_WIDGET (widget)' failed

2009-07-23 Thread Gerald Britton
Reposting. Still hoping for an answer! On Fri, Jun 26, 2009 at 9:11 AM, Gerald Britton wrote: > HI -- I'm getting errors like this from one of my glade files (Gtk.Builder): > > GtkWarning: gtk_button_box_set_child_secondary: assertion > `child->parent == GTK_WID

GtkWarning: gtk_button_box_set_child_secondary: assertion `child->parent == GTK_WIDGET (widget)' failed

2009-07-04 Thread Gerald Britton
(so I can find it)? 3. Can the text of the error message be changed to include the name of the widget that has the problem, if available? -- Gerald Britton -- Gerald Britton ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GtkWarning: gtk_button_box_set_child_secondary: assertion `child->parent == GTK_WIDGET (widget)' failed

2009-06-26 Thread Gerald Britton
of the error message be changed to include the name of the widget that has the problem, if available? -- Gerald Britton ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk.TreeModel.iter_children() method, how often should it be called?

2009-06-25 Thread Gerald Britton
Thu, Jun 25, 2009 at 6:20 AM, Kristian Rietveld wrote: > On Wed, Jun 24, 2009 at 1:51 AM, Gerald Britton > wrote: >> look for the problem.   As it is I'm thoroughly stumped, mainly >> because I don't understand what TreeView is looking for to know it's >> time

Re: gtk.TreeModel.iter_children() method, how often should it be called?

2009-06-23 Thread Gerald Britton
te: > On Tue, Jun 23, 2009 at 10:48 PM, Gerald > Britton wrote: >> Not using TreeViewSort.  I certainly agree about excessive calls.  So >> the question must then be, "why is TreeView redrawing the view over >> and over again?"  Also, "What is TreeView looking

Re: gtk.TreeModel.iter_children() method, how often should it be called?

2009-06-23 Thread Gerald Britton
veld wrote: > On Tue, Jun 23, 2009 at 7:50 PM, Gerald Britton > wrote: >> Did some more  checking and inserted some debugging statements, I found that: >> >> on_iter_next is called 23808 times after updating one line in my >> 43-element tree.  That''s almost tw

Re: gtk.TreeModel.iter_children() method, how often should it be called?

2009-06-23 Thread Gerald Britton
t; /* Make changes */ > > gtk_tree_view_set_model( GTK_TREE_VIEW( tree ), model ); > g_object_unref( G_OBJECT( model ) ); > /CODE - > > Hope this helps. > > -- > Tadej Borovšak > tadeboro.blogspot.com > tadeb...@gmail.com > tadej.b

gtk.TreeModel.iter_children() method, how often should it be called?

2009-06-22 Thread Gerald Britton
avior? 2. What tells the TreeModel to stop calling gtk.TreeModel.iter_children()?  How does the TM know that it has done everything it needs to do before displaying the tree? -- Gerald Britton ___ gtk-list mailing list gtk-list@gnome.org http://mail.gn