> > The documentation says:
> >
> > ==========
> > void Gdk::Window::invalidate_rect(const Rectangle& rect, bool
> > invalidate_children)
> >
> > A convenience wrapper around gdk_window_invalidate_region() which
> > invalidates a rectangular region.
> >
> > See gdk_window_invalidate_region() for details.
> >
> > Parameters:
> >  rect Rectangle to invalidate or 0 to invalidate the whole window.
> >  invalidate_children Whether to also invalidate child windows.

I have corrected that documentation (originally based on the GTK+ C
documentation). And I have added a second invalidate_rect() method that
takes no rect parameter.

For now, you should probably use the C function like so:
gdk_window_invalidate_rect(window->gobj(), NULL, FALSE);

-- 
[email protected]
www.murrayc.com
www.openismus.com

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to