mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
Return TRUE for button press events we handle. (Allows option menus in
Tue Dec 22 15:55:39 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkoptionmenu.c (gtk_option_menu_button_press): Return TRUE for button press events we handle. (Allows option menus in radio buttons to work...)
This commit is contained in:
parent
7f0156c2ea
commit
1f8fd8871b
@ -1,3 +1,9 @@
|
||||
Tue Dec 22 15:55:39 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_button_press):
|
||||
Return TRUE for button press events we handle.
|
||||
(Allows option menus in radio buttons to work...)
|
||||
|
||||
Tue Dec 22 14:50:25 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Dec 22 15:55:39 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_button_press):
|
||||
Return TRUE for button press events we handle.
|
||||
(Allows option menus in radio buttons to work...)
|
||||
|
||||
Tue Dec 22 14:50:25 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Dec 22 15:55:39 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_button_press):
|
||||
Return TRUE for button press events we handle.
|
||||
(Allows option menus in radio buttons to work...)
|
||||
|
||||
Tue Dec 22 14:50:25 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Dec 22 15:55:39 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_button_press):
|
||||
Return TRUE for button press events we handle.
|
||||
(Allows option menus in radio buttons to work...)
|
||||
|
||||
Tue Dec 22 14:50:25 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Dec 22 15:55:39 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_button_press):
|
||||
Return TRUE for button press events we handle.
|
||||
(Allows option menus in radio buttons to work...)
|
||||
|
||||
Tue Dec 22 14:50:25 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Dec 22 15:55:39 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_button_press):
|
||||
Return TRUE for button press events we handle.
|
||||
(Allows option menus in radio buttons to work...)
|
||||
|
||||
Tue Dec 22 14:50:25 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Dec 22 15:55:39 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkoptionmenu.c (gtk_option_menu_button_press):
|
||||
Return TRUE for button press events we handle.
|
||||
(Allows option menus in radio buttons to work...)
|
||||
|
||||
Tue Dec 22 14:50:25 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
|
||||
|
@ -471,6 +471,7 @@ gtk_option_menu_button_press (GtkWidget *widget,
|
||||
gtk_menu_popup (GTK_MENU (option_menu->menu), NULL, NULL,
|
||||
gtk_option_menu_position, option_menu,
|
||||
event->button, event->time);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
@ -495,7 +496,7 @@ gtk_option_menu_key_press (GtkWidget *widget,
|
||||
gtk_menu_popup (GTK_MENU (option_menu->menu), NULL, NULL,
|
||||
gtk_option_menu_position, option_menu,
|
||||
0, event->time);
|
||||
break;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user