On Thu, 2009-05-28 at 17:35 -0700, Ian Martin wrote: > On an unrelated topic, can a Gdk::DrawingArea be put inside another > widget? For example, the clock in the docs works fine as a standalone > program. If I try to put it inside a Frame, the program fails to draw > the clock.
You need to show() your Gtk::Frame. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
