mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
show notebook->event_window with gdk_window_show_unraised(), so it doesn't
2001-11-19 Michael Natterer <mitch@gimp.org> * gtk/gtknotebook.c: show notebook->event_window with gdk_window_show_unraised(), so it doesn't catch the events which should go to the tab widgets first.
This commit is contained in:
parent
94a097ef5d
commit
2268abe48f
@ -1,3 +1,9 @@
|
||||
2001-11-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c: show notebook->event_window with
|
||||
gdk_window_show_unraised(), so it doesn't catch the events which
|
||||
should go to the tab widgets first.
|
||||
|
||||
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c: show notebook->event_window with
|
||||
gdk_window_show_unraised(), so it doesn't catch the events which
|
||||
should go to the tab widgets first.
|
||||
|
||||
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c: show notebook->event_window with
|
||||
gdk_window_show_unraised(), so it doesn't catch the events which
|
||||
should go to the tab widgets first.
|
||||
|
||||
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c: show notebook->event_window with
|
||||
gdk_window_show_unraised(), so it doesn't catch the events which
|
||||
should go to the tab widgets first.
|
||||
|
||||
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c: show notebook->event_window with
|
||||
gdk_window_show_unraised(), so it doesn't catch the events which
|
||||
should go to the tab widgets first.
|
||||
|
||||
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c: show notebook->event_window with
|
||||
gdk_window_show_unraised(), so it doesn't catch the events which
|
||||
should go to the tab widgets first.
|
||||
|
||||
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c: show notebook->event_window with
|
||||
gdk_window_show_unraised(), so it doesn't catch the events which
|
||||
should go to the tab widgets first.
|
||||
|
||||
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
|
||||
|
@ -823,7 +823,7 @@ gtk_notebook_map (GtkWidget *widget)
|
||||
}
|
||||
|
||||
if (gtk_notebook_get_event_window_position (notebook, NULL))
|
||||
gdk_window_show (notebook->event_window);
|
||||
gdk_window_show_unraised (notebook->event_window);
|
||||
}
|
||||
|
||||
static void
|
||||
@ -3809,7 +3809,7 @@ gtk_notebook_insert_page_menu (GtkNotebook *notebook,
|
||||
notebook);
|
||||
|
||||
if (notebook->show_tabs && GTK_WIDGET_MAPPED (notebook))
|
||||
gdk_window_show (notebook->event_window);
|
||||
gdk_window_show_unraised (notebook->event_window);
|
||||
|
||||
gtk_widget_child_notify (child, "tab_expand");
|
||||
gtk_widget_child_notify (child, "tab_fill");
|
||||
|
Loading…
Reference in New Issue
Block a user