forked from AuroraMiddleware/gtk
Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.)
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_button_press): Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.)
This commit is contained in:
parent
a9fd75f871
commit
449fdfbfff
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
Don't handle button 2/3 on the tabs. (#82118,
|
||||
Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
Don't handle button 2/3 on the tabs. (#82118,
|
||||
Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
Don't handle button 2/3 on the tabs. (#82118,
|
||||
Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
Don't handle button 2/3 on the tabs. (#82118,
|
||||
Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
Don't handle button 2/3 on the tabs. (#82118,
|
||||
Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
Don't handle button 2/3 on the tabs. (#82118,
|
||||
Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||
|
@ -1595,6 +1595,9 @@ gtk_notebook_button_press (GtkWidget *widget,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if (event->button != 1)
|
||||
return FALSE;
|
||||
|
||||
num = 0;
|
||||
children = notebook->children;
|
||||
while (children)
|
||||
|
Loading…
Reference in New Issue
Block a user