got rid of gtk_widget_popup(), a function that bad needs to be nuked, not

Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
        bad needs to be nuked, not just deprecated.

        * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use
        gtk_widget_popup().

        * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;

        * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
        widget.

        * docs/Changes-2.0.txt: updates.
This commit is contained in:
Tim Janik
2001-04-01 07:32:41 +00:00
committed by Tim Janik
parent 270e4f1802
commit 770938bf2f
26 changed files with 204 additions and 114 deletions

View File

@ -357,7 +357,8 @@ gtk_tooltips_draw_tips (GtkTooltips * tooltips)
else
y = y + widget->allocation.height + 4;
gtk_widget_popup (tooltips->tip_window, x, y);
gtk_widget_set_uposition (tooltips->tip_window, x, y);
gtk_widget_show (tooltips->tip_window);
}
static gint