diff options
author | Tim Janik <timj@gimp.org> | 1998-03-15 13:33:54 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-15 13:33:54 +0000 |
commit | f87ee7e51a578a29afc9ec30a74a834c3d1f6948 (patch) | |
tree | 8defac6ddd16d942a68368374e0f92d9fd485b2b /gtk/gtktipsquery.c | |
parent | 9ce0cb6037f5019063faace67a321f47e9cece90 (diff) | |
download | gtk+-f87ee7e51a578a29afc9ec30a74a834c3d1f6948.tar.gz |
added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs.
Sun Mar 15 13:25:28 1998 Tim Janik <timj@gimp.org>
* 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.
Diffstat (limited to 'gtk/gtktipsquery.c')
-rw-r--r-- | gtk/gtktipsquery.c | 2 |
1 files changed, 0 insertions, 2 deletions
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" |