summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.h
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-01-31 00:08:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-01-31 00:08:35 +0000
commit2435e831cfe93e3ac9609338841c2af03889c6c4 (patch)
treef78c82e424a80446826f2ab7d990296809b32fb6 /gtk/gtkpaned.h
parent4a230bae883bf6a14c50ecc293df078552fb2aa9 (diff)
downloadgtk+-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 'gtk/gtkpaned.h')
-rw-r--r--gtk/gtkpaned.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h
index 21563e393c..ee24b8ce88 100644
--- a/gtk/gtkpaned.h
+++ b/gtk/gtkpaned.h
@@ -124,11 +124,12 @@ void gtk_paned_set_position (GtkPaned *paned,
gint position);
/* Internal function */
+#if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION)
void gtk_paned_compute_position (GtkPaned *paned,
gint allocation,
gint child1_req,
gint child2_req);
-
+#endif /* !GTK_DISABLE_DEPRECATED || GTK_COMPILATION */
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_paned_gutter_size(p,s) (void) 0
#define gtk_paned_set_gutter_size(p,s) (void) 0