Re: Bug 687752 - work with theme authors

2012-11-30 Thread Magnus Hjorth
Hi list, Stepping in a bit late into the discussion here... On 11/11/2012 06:17 PM, Benjamin Otte wrote: GTK 3 at this point really is just the GNOME toolkit. There is absolutely zero involvement from anyone else. Neither XFCE nor LXDE nor Windows or OS X developers take any interest in pushi

Re: GIOChannel & Intercepting stdout

2010-08-26 Thread Magnus Hjorth
On 08/26/2010 02:03 PM, Hrvoje Niksic wrote: Exactly; it doesn't matter which thread is which, it's just important that they're in different threads or processes, so they don't deadlock. For example, it wouldn't be enough to place the output sink in the main loop of a single-threaded program

GtkWidget documentation

2010-04-09 Thread Magnus Hjorth
Hi, The GTK+ documentaion for gtk_widget_set_has_window says that widgets that create their own windows must in their init function call gtk_widget_set_has_window with has_window=TRUE. However, it looks like in reality windowed is default and it's instead windowless widgets that must call gt