summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-11-19 22:18:23 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-11-19 22:18:23 +0000
commit0e8a7fb48e88c408040a6d422b7f20ecd35271fc (patch)
tree2aad575fc50eafb2eab4b34f0dbbaf6c62814a06 /gtk/gtkfixed.h
parent2268abe48fd5fbfaa25f9468e3843ac1e84d9c89 (diff)
downloadgtk+-0e8a7fb48e88c408040a6d422b7f20ecd35271fc.tar.gz
(Fixes related to #64428, Michael Meeks)
Mon Nov 19 17:11:23 2001 Owen Taylor <otaylor@redhat.com> (Fixes related to #64428, Michael Meeks) * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the widget, so it gets mapped again properly when we add to a parent. * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set plug->socket_window. * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set socket_window to NULL, not FALSE.
Diffstat (limited to 'gtk/gtkfixed.h')
-rw-r--r--gtk/gtkfixed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h
index 6e0bc593a4..ba07df8cbb 100644
--- a/gtk/gtkfixed.h
+++ b/gtk/gtkfixed.h
@@ -79,6 +79,9 @@ void gtk_fixed_move (GtkFixed *fixed,
GtkWidget *widget,
gint x,
gint y);
+void gtk_fixed_set_has_window (GtkFixed *fixed,
+ gboolean has_window);
+gboolean gtk_fixed_get_has_window (GtkFixed *fixed);
#ifdef __cplusplus
}