Hey, I'm trying to get the Gdk::Window in an event function. I've tried both:
Glib::RefPtr<Gdk::Window> window = get_window(); and Glib::RefPtr<Gdk::Window> window = Glib::wrap(event->window); but they return null. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
