summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-24 16:54:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-24 16:54:41 +0000
commit540f15dcce27b7089a0dbcb76c746bd9aeda6c6e (patch)
treece173b5981f72f190b156c4d819d2e6b04a28a71 /gtk/gtkcontainer.h
parent1048e513e965b4e28e0221236845aea379bac1a3 (diff)
downloadgdk-pixbuf-540f15dcce27b7089a0dbcb76c746bd9aeda6c6e.tar.gz
Add a compat macro that got lost.
Mon Sep 24 12:48:25 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.h: Add a compat macro that got lost. * gtk/gtktreestore.c: Doc fixes. * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference leak for windows that receive events after being destroyed. (#60863, Joshua N. Pritikin) * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize rather than gtk_container_queue_resize(). * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix gtk_container_queue_resize, gtk_container_queue_resize_widgets, gtk_container_child_composite_name. (#60217.)
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index ceb127299..98f7be851 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -201,13 +201,14 @@ void gtk_container_child_get_property (GtkContainer *container,
G_OBJECT_WARN_INVALID_PSPEC ((object), "child property id", (property_id), (pspec))
-/* Non-public methods */
-void gtk_container_queue_resize (GtkContainer *container);
-void gtk_container_clear_resize_widgets (GtkContainer *container);
void gtk_container_forall (GtkContainer *container,
GtkCallback callback,
gpointer callback_data);
-gchar* gtk_container_child_composite_name (GtkContainer *container,
+
+/* Non-public methods */
+void _gtk_container_queue_resize (GtkContainer *container);
+void _gtk_container_clear_resize_widgets (GtkContainer *container);
+gchar* _gtk_container_child_composite_name (GtkContainer *container,
GtkWidget *child);
void _gtk_container_dequeue_resize_handler (GtkContainer *container);