Re: GSource object lifetime

2011-05-28 Thread Stefan Kost
Am 04.05.2011 00:03, schrieb Thomas Stover: On Tue, 3 May 2011 22:50:38 +0200, Tadej Borovšak tadeb...@gmail.com wrote: All that being said, maybe you could cook up a patch for API docs with this info? I'm sure people would find it useful. Is there a starting place to read how to go

Catching right-click for all widgets in a GtkBox

2011-05-28 Thread John Lindgren
Hi, This question seems to have been asked before [1] and never really solved. The scenario is as follows. I have a GtkBox acting as a toolbar and holding various widgets (buttons, a slider, a label, and a volume slider), some of which may be hidden at times. I want to show a pop-up menu when

Re: About gsettings aborting on unkown schemas

2011-05-28 Thread Milan Bouchet-Valat
Le vendredi 27 mai 2011 à 19:04 -0700, Hubert Figuiere a écrit : My code is *designed* to actually manage default value. Like UI has default that people whine about. This is just good programing practice. While I can perfectly conceive we might need a way to avoid crashing when a schema is

I have a problem

2011-05-28 Thread Benjamin Otte
Hey, I have a problem. I've not talked about this a lot, but it has crept up in my work of trying to improve GTK. It's the problem with how I see developers in GNOME currently approach developing the user interfaces for their applications. I have a feeling it goes something like this: - Someone

Re: I have a problem

2011-05-28 Thread Paul Davis
On Sat, May 28, 2011 at 5:01 PM, Benjamin Otte o...@gnome.org wrote: so lets take this particular point as an example of what i think the basic problem is here: * There's button(s) that say  ( Notes | Edit ) How are these buttons different from notebooks? Is it just visually different or is

Re: About gsettings aborting on unkown schemas

2011-05-28 Thread ecyrbe
Here is a patch for this for those who want it. https://bugzilla.gnome.org/show_bug.cgi?id=651366 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: I have a problem

2011-05-28 Thread Colomban Wendling
Le 29/05/2011 01:06, Paul Davis a écrit : On Sat, May 28, 2011 at 5:01 PM, Benjamin Otte o...@gnome.org wrote: so lets take this particular point as an example of what i think the basic problem is here: * There's button(s) that say ( Notes | Edit ) How are these buttons different from

Re: I have a problem

2011-05-28 Thread Paul Davis
On Sat, May 28, 2011 at 9:31 PM, Colomban Wendling lists@herbesfolles.org wrote: Le 29/05/2011 01:06, Paul Davis a écrit : this design calls for an alignment of UI elements that isn't possible to accomplish with the current widget set (how would you get that More combo/menubar/button into