From f87ee7e51a578a29afc9ec30a74a834c3d1f6948 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sun, 15 Mar 1998 13:33:54 +0000 Subject: added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs. Sun Mar 15 13:25:28 1998 Tim Janik * gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB. * gtk/gtkmain.c: allow exclusive grabs. * gtk/gtkmenu.c: grab exclusively. * gtk/gtkmenushell.c: grab exclusively. * gtk/gtkmenushell.c: don't activate insensitive menu items when in click-selects mode. * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): activate submenus on popup. * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't take *additional* button presses into account. * gtk/gtkmenushell.c (gtk_menu_shell_button_press): don't take foreign button releases into account. oh boy, please check this out people, hope i covered all cases. --- gtk/gtktipsquery.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk/gtktipsquery.c') diff --git a/gtk/gtktipsquery.c b/gtk/gtktipsquery.c index 6c1b1b90c9..5c2a97239b 100644 --- a/gtk/gtktipsquery.c +++ b/gtk/gtktipsquery.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ #include "gtktipsquery.h" #include "gtksignal.h" -- cgit v1.2.1