diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-01-31 00:08:35 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-01-31 00:08:35 +0000 |
commit | 2435e831cfe93e3ac9609338841c2af03889c6c4 (patch) | |
tree | f78c82e424a80446826f2ab7d990296809b32fb6 /gdk/gdk.h | |
parent | 4a230bae883bf6a14c50ecc293df078552fb2aa9 (diff) | |
download | gtk+-2435e831cfe93e3ac9609338841c2af03889c6c4.tar.gz |
Deprecate gtk_paned_computed_position(). (#97077)
2003-01-31 Matthias Clasen <maclas@gmx.de>
* 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)
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -149,10 +149,12 @@ GType gdk_rectangle_get_type (void); /* Conversion functions between wide char and multibyte strings. */ +#ifndef GDK_DISABLE_DEPRECATED gchar *gdk_wcstombs (const GdkWChar *src); gint gdk_mbstowcs (GdkWChar *dest, const gchar *src, gint dest_max); +#endif /* Miscellaneous */ #ifndef GDK_MULTIHEAD_SAFE |