Exemplo n.º 1
0
void CGLDrawingArea::Invalidate(Gtk::Allocation allocation)
/***************************************/
{
    GtkWidget* me = reinterpret_cast<GtkWidget*>(gobj());
    gdk_window_invalidate_rect (me->window, allocation.gobj(), FALSE);
}