gtkmm 3.3.14
Deprecated List

Member Gdk::Cairo::set_source_color (const ::Cairo::RefPtr< ::Cairo::Context >& context, const Gdk::Color& color)
Use set_source_rgba() instead.

Member Gdk::Window::get_pointer (int& x, int& y, ModifierType& mask)
Use get_device_position() instead

Member Gtk::Assistant::get_page_header_image (const Widget& page) const
A header is no longer shown. Aadd your header decoration to the page content instead.

Member Gtk::Assistant::get_page_header_image (const Widget& page)
A header is no longer shown. Add your header decoration to the page content instead.

Member Gtk::Assistant::get_page_side_image (const Widget& page)
Sidebar images are not shown anymore..

Member Gtk::Assistant::get_page_side_image (const Widget& page) const
Sidebar images are not shown anymore.

Member Gtk::Assistant::set_page_header_image (const Widget& page, const Glib::RefPtr< Gdk::Pixbuf >& pixbuf)
A header is no longer shown. Add your header decoration to the page content instead.

Member Gtk::Assistant::set_page_side_image (const Widget& page, const Glib::RefPtr< Gdk::Pixbuf >& pixbuf)
Sidebar images are not shown anymore..

Member Gtk::CellView::set_background_color (const Gdk::Color& color)
Use set_background_rgba instead.

Member Gtk::ColorButton::get_color () const
Use get_rgba() instead.

Member Gtk::ColorSelection::set_current_color (const Gdk::Color& color)
Use set_current_rgba() instead.

Member Gtk::Dialog::get_vbox ()
Use get_content_area() instead.

Member Gtk::Dialog::get_vbox () const
Use get_content_area() instead.

Member Gtk::Entry::get_inner_border () const
Use the standard border and padding CSS properties instead (through classes like StyleContext and CssProvider).

Member Gtk::Entry::set_inner_border (const Border& border)
Use the standard border and padding CSS properties instead (through classes like StyleContext and CssProvider).

Class Gtk::FontSelection

Use FontChooser instead.

Class Gtk::FontSelectionDialog

Use FontChooserDialog instead.

Class Gtk::HandleBox
This is very specialized, lacks features to make it useful and most importantly does not fit well into modern application design. There is no replacement.

Class Gtk::HBox
Use Box instead, which is a very quick and easy change. But we recommend switching to Grid, since Box will go away eventually.

Class Gtk::HButtonBox
Use ButtonBox instead.

Class Gtk::HPaned
Use Paned instead.

Class Gtk::HScale
Use Scale instead.

Class Gtk::HScrollbar
Use Scrollbar instead.

Member Gtk::Main::signal_key_snooper ()
Key snooping should not be done. Events should be handled by widgets.

Class Gtk::Table
Use Gtk::Grid instead. It provides the same capabilities as Gtk::Table for arranging widgets in a rectangular grid, but does support height-for-width geometry management.

Class Gtk::TearoffMenuItem
Menus are not meant to be torn around. There is no replacement.

Member Gtk::ToolButton::signal_clicked ()
This is an "action" key-binding signal that you should rarely need to use.

Member Gtk::UIManager::get_add_tearoffs () const
Tearoff menus are deprecated and should not be used in newly written code.

Member Gtk::UIManager::set_add_tearoffs (bool add_tearoffs=true)
Tearoff menus are deprecated and should not be used in newly written code.

Class Gtk::VBox
Use Box instead, which is a very quick and easy change. But we recommend switching to Grid, since Box will go away eventually.

Class Gtk::VButtonBox
Use ButtonBox instead.

Class Gtk::VPaned
Use Paned instead.

Class Gtk::VScale
Use Scale instead.

Class Gtk::VScrollbar
Use Scrollbar instead.

Member Gtk::Widget::get_pointer (int& x, int& y) const
Use Gdk::Window::get_device_position instead.