From 0e8a7fb48e88c408040a6d422b7f20ecd35271fc Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 19 Nov 2001 22:18:23 +0000 Subject: (Fixes related to #64428, Michael Meeks) Mon Nov 19 17:11:23 2001 Owen Taylor (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. --- gtk/gtkfixed.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk/gtkfixed.h') 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 } -- cgit v1.2.1