# GtkButton
gtk_button_new_from_stock	|	gtk-button-images is set to FALSE by default with gtk+ 2.10, so images won't be shown on GtkButtons | see http://live.gnome.org/Maemo/Gtk210Migration#M68

_gtk_button_set_depressed		      |  Removed with no replacement, don't use
hildon_gtk_button_set_depressed		      |  Removed with no replacement, don't use

\"automatic.detail\"		| GtkButton::automatic-detail property is removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
\"detail\"			| Gtkbutton::detail property is removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37

osso_gtk_button_set_detail_from_attach_flags  | Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37

# GtkCellView
gtk_cell_view_set_cell_data	| Removed with no replacement, don't use	| See http://live.gnome.org/Maemo/Gtk210Migration#M33

# GtkIMContext (GtkEntry, GtkTextView)
\"autocap\"	| [GtkEntry,GtkTextView] autocap property removed - use HILDON_GTK_INPUT_MODE_AUTOCAP	|	see http://live.gnome.org/Maemo/Gtk210Migration#M24
gtk_im_context_hide					| Deprecated, use hildon_gtk_im_context_hide
gtk_im_context_show					| Deprecated, use hildon_gtk_im_context_show

# GtkTable
osso_gtk_table_find_button_detail	|  Don't use, draw your own graphics. View buttons are not supported

# GtkWidget
\"tap-and-hold-state\"	                |  GtkWidget::tap-and-hold-state property does nothing, you can remove it safely.

# GtkWindow
gtk_window_get_prev_focus_widget	| This function does nothing, you can remove it safely.
gtk_window_set_prev_focus_widget	| This function does nothign, you can remove it safely.

# OssoGtkButtonAttachFlags
OSSO_GTK_BUTTON_ATTACH_NORTH	|  Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
OSSO_GTK_BUTTON_ATTACH_EAST	|  Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
OSSO_GTK_BUTTON_ATTACH_SOUTH	|  Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
OSSO_GTK_BUTTON_ATTACH_WEST	|  Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
OSSO_GTK_BUTTON_ATTACH_ENUM_END	|  Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37

