# GTK+ deprecated symbols

# Commented symbols are not yet sure to be deprecated or completely useless until hildon-audit has some
# kind of regexp support (for example, GtkMenuShell::close())

# GtkCalendar

gtk_calendar_new	| GtkCalendar is deprecated, use HildonCalendar from hildon-1 | see http://live.gnome.org/Maemo/Gtk210Migration#M14
GTK_TYPE_CALENDAR	| GtkCalendar is deprecated, use HildonCalendar from hildon-1 | see http://live.gnome.org/Maemo/Gtk210Migration#M14
gtk_calendar_get_type	| GtkCalendar is deprecated, use HildonCalendar from hildon-1 | see http://live.gnome.org/Maemo/Gtk210Migration#M14


# GtkComboBox

\"propagate.lr.keys\"	| GtkComboBox::propagate-lr-keys property is deprecated, you can connect to the key_event signal to reproduce this behaviour.

gtk_combo_box_new			| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67
gtk_combo_box_new_text			| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67
gtk_combo_box_new_with_model		| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67 
gtk_combo_box_entry_new			| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67
gtk_combo_box_entry_new_text		| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67
gtk_combo_box_entry_new_with_model	| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67

# GtkIMContext (GtkEntry, GtkTextView)
#
\"input.mode\"		| [GtkEntry,GtkTextView] input-mode property - This is deprecated, please use \"hildon.input.mode\"

# GtkIconSize

HILDON_ICON_SIZE_26	| Removed | see http://live.gnome.org/Maemo/Gtk210Migration#M40
HILDON_ICON_SIZE_40	| Removed | see http://live.gnome.org/Maemo/Gtk210Migration#M40
HILDON_ICON_SIZE_50	| Removed | see http://live.gnome.org/Maemo/Gtk210Migration#M40
HILDON_ICON_SIZE_64	| Removed | see http://live.gnome.org/Maemo/Gtk210Migration#M40

# GtkMenuShell

#close()

# GtkNotebook

gtk_notebook_new	| GtkNotebook::scrollable default value changed to FALSE | Use gtk_notebook_set_scrollable if you have many tabs and want to use tab scrolling
GTK_TYPE_NOTEBOOK	| GtkNotebook::scrollable default value changed to FALSE | Use gtk_notebook_set_scrollable if you have many tabs and want to use tab scrolling

# GtkRange

\"minimum.visible.bars\"	| GtkRange::minimum-visible-bars property is deprecated. HildonControlBar now behaves as if it had the property with value "1".

# GtkSettings

\"hildon.keyboard.navigation\"	| GtkSettings::hildon-keyboard-navigation property - This was only used by the old GtkCalendar, deprecated without replacement

# GtkViewport

\"shadow.type\"	| GtkViewport::shadow-type property default value changed	|	see http://live.gnome.org/Maemo/Gtk210Migration#M19

# GtkWidget

\"insensitive.press\"	| GtkWidget::insensitive-press signal is deprecated, use hildon-1 helper routines to display information about insensitive widgets | see http://live.gnome.org/Maemo/Gtk210Migration#M22
gtk_widget_insensitive_press	| This function is deprecated, use hildon-1 helper routines to display information about insensitive widgets | see http://live.gnome.org/Maemo/Gtk210Migration#M22
gtk_widget_set_direction_recursive | This function is deprecated without replacement


