On Mon, 2010-04-12 at 08:59 +0100, Robert Pearce wrote: > > As I understand it, that approach is appropriate for when your widget > is > of "fixed" or small size but inherently renders only a window on its > world. This is most likely because it's a drawing area for which you > are > handling the expose event yourself. For widgets that fundamentally > show > the whole thing (which is most of the standard ones) you should use a > ScrolledWindow.
I'm just guessing, but Gtk::Viewport might be helpful too: http://library.gnome.org/devel/gtkmm/stable/classGtk_1_1Viewport.html -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
