Skip to content
  • Kjell Ahlstedt's avatar
    examples: Don't use removed Gdk::Surface::invalidate_rect() · cdf45740
    Kjell Ahlstedt authored
    Use Gtk::Widget::queue_draw() instead of Gdk::Surface::invalidate_rect().
    Use Gtk::CssSection::get_[start|end]_location() instead of
    get_[start|end]_[line|position]().
    Use Gtk::Widget::get_parent()+get_surface() instead of get_parent_surface().
    The replaced methods have been removed from gtkmm4.
    cdf45740