atkmm 2.28.3
Deprecated List
Member Atk::Component::add_focus_handler (AtkFocusHandler handler)
If you need to track when an object gains or lose the focus, use Atk::Object::signal_state_change() and check for focused notification instead.
Member Atk::Component::get_position (int & x, int & y, CoordType coord_type) const
Use get_extents() instead.
Member Atk::Component::get_size (int & width, int & height) const
Use get_extents() instead.
Member Atk::Component::remove_focus_handler (guint handler_id)
If you need to track when an object gains or lose the focus, use Atk::Object::signal_state_change() and check for focused notification instead.
Member Atk::Document::get_document ()
Document is already a representation of the document. Use it directly, or one of its children, as an instance of the DOM.
Member Atk::Document::get_document_type () const
Please use get_attribute() to ask for the document type if it applies.
Member Atk::Table::get_column_at_index (int index) const
This should not be used in newly-written code.
Member Atk::Table::get_index_at (int row, int column) const
Use get_at() instead.
Member Atk::Table::get_row_at_index (int index) const
This should not be used in newly-written code.
Member Atk::Text::get_text_after_offset (int offset, TextBoundary boundary_type, int & start_offset, int & end_offset) const
Use get_string_at_offset() instead.
Member Atk::Text::get_text_after_offset_vfunc (int offset, TextBoundary boundary_type, int & start_offset, int & end_offset) const
This virtual function is deprecated and it should not be overridden.
Member Atk::Text::get_text_at_offset (int offset, TextBoundary boundary_type, int & start_offset, int & end_offset) const
Use get_string_at_offset() instead.
Member Atk::Text::get_text_before_offset (int offset, TextBoundary boundary_type, int & start_offset, int & end_offset) const
Use get_string_at_offset() instead.
Member Atk::Text::get_text_before_offset_vfunc (int offset, TextBoundary boundary_type, int & start_offset, int & end_offset) const
This virtual function is deprecated and it should not be overridden.
Member Atk::Value::get_current_value (Glib::ValueBase & value) const
Use get_value_and_text() instead.
Member Atk::Value::get_maximum_value (Glib::ValueBase & value) const
Use get_range() instead.
Member Atk::Value::get_minimum_value (Glib::ValueBase & value) const
Use get_range() instead.
Member Atk::Value::set_current_value (const Glib::ValueBase & value)
Use set_value() instead.