No "configure_event" signal emited on a GtkLayout Widget

2011-05-15 Thread Lothar Scholz
Hello Gtk-list, I registered a handler and requested all events for the GtkLayoutWidget, but i'm not getting any signal. Any idea why? widget = gtk_layout_new(NULL,NULL); g_signal_connect(G_OBJECT(widget),"configure_event",G_CALLBACK(config_handler),N ULL); gtk_widget_add_events(widget, GDK_ALL_E

Re: How to handle focus for treeview cells?

2011-05-15 Thread Kristian Rietveld
On Fri, May 13, 2011 at 9:53 AM, Andrew E. Makeev wrote: > That is exactly what I am looking for. But it is implemented for > GtkCellArea only, but for GtkTreeView. > > The questing is do developers plan to implement same focus handling for > GtkTreeView as well? Note that GtkTreeViewColumn actua

gtkbuilder and a custom widget under windows

2011-05-15 Thread Andrea Zagli
i made a very simple custom widget (a library) that is gtkbin subclass, and it works but... under gnu/linux it works perfectly, but under windows i couldn't load a gtkbuilder xml file that contains the declaration of my widget i made some test: - if i load with g_module the library after g_