forked from AuroraMiddleware/gtk
Set the keyboard-mode flag before popping up the tooltip so that pop it up
Mon Feb 25 18:59:27 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode flag before popping up the tooltip so that pop it up in the right place. (#71917, Narayani Pattipati)
This commit is contained in:
parent
2544d7b719
commit
2bb933f9d8
@ -1,3 +1,9 @@
|
||||
Mon Feb 25 18:59:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
|
||||
flag before popping up the tooltip so that pop it up
|
||||
in the right place. (#71917, Narayani Pattipati)
|
||||
|
||||
Mon Feb 25 22:11:34 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 25 18:59:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
|
||||
flag before popping up the tooltip so that pop it up
|
||||
in the right place. (#71917, Narayani Pattipati)
|
||||
|
||||
Mon Feb 25 22:11:34 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 25 18:59:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
|
||||
flag before popping up the tooltip so that pop it up
|
||||
in the right place. (#71917, Narayani Pattipati)
|
||||
|
||||
Mon Feb 25 22:11:34 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 25 18:59:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
|
||||
flag before popping up the tooltip so that pop it up
|
||||
in the right place. (#71917, Narayani Pattipati)
|
||||
|
||||
Mon Feb 25 22:11:34 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 25 18:59:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
|
||||
flag before popping up the tooltip so that pop it up
|
||||
in the right place. (#71917, Narayani Pattipati)
|
||||
|
||||
Mon Feb 25 22:11:34 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 25 18:59:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
|
||||
flag before popping up the tooltip so that pop it up
|
||||
in the right place. (#71917, Narayani Pattipati)
|
||||
|
||||
Mon Feb 25 22:11:34 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 25 18:59:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
|
||||
flag before popping up the tooltip so that pop it up
|
||||
in the right place. (#71917, Narayani Pattipati)
|
||||
|
||||
Mon Feb 25 22:11:34 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
|
||||
|
@ -491,10 +491,11 @@ start_keyboard_mode (GtkWidget *widget)
|
||||
if (GTK_IS_WINDOW (toplevel))
|
||||
{
|
||||
GtkWidget *focus = GTK_WINDOW (toplevel)->focus_widget;
|
||||
|
||||
g_object_set_data (G_OBJECT (toplevel), "gtk-tooltips-keyboard-mode", GUINT_TO_POINTER (TRUE));
|
||||
|
||||
if (focus)
|
||||
gtk_tooltips_show_tip (focus);
|
||||
|
||||
g_object_set_data (G_OBJECT (toplevel), "gtk-tooltips-keyboard-mode", GUINT_TO_POINTER (TRUE));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user