From 2435e831cfe93e3ac9609338841c2af03889c6c4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 31 Jan 2003 00:08:35 +0000 Subject: Deprecate gtk_paned_computed_position(). (#97077) 2003-01-31 Matthias Clasen * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077) * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_* and gtk_input_* functions. (#71596) * gtk/gtkentry.c (gtk_entry_move_cursor): * gtk/gtklabel.c (gtk_label_move_cursor): Handle GTK_MOVEMENT_HORIZONTAL_PAGES in switches. * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs(). (#79803) * gtk/gtkitemfactory.h: * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. (#69244) * gtk/tmpl/gtkmain.sgml: Deprecate the gtk_timeout_*, gtk_idle_* and gtk_input_* functions. (#71596) --- gtk/gtkmain.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/gtkmain.h') diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h index a89481bd14..c7afed29e5 100644 --- a/gtk/gtkmain.h +++ b/gtk/gtkmain.h @@ -158,6 +158,7 @@ guint gtk_quit_add_full (guint main_level, GtkDestroyNotify destroy); void gtk_quit_remove (guint quit_handler_id); void gtk_quit_remove_by_data (gpointer data); +#if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION) guint gtk_timeout_add (guint32 interval, GtkFunction function, gpointer data); @@ -187,7 +188,7 @@ guint gtk_input_add_full (gint source, gpointer data, GtkDestroyNotify destroy); void gtk_input_remove (guint input_handler_id); - +#endif /* !GTK_DISABLE_DEPRECATED || GTK_COMPILATION */ guint gtk_key_snooper_install (GtkKeySnoopFunc snooper, gpointer func_data); -- cgit v1.2.1