+2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * lib/ev-tooltip.c: (ev_tooltip_init):
+
+ Fix tooltip border and size handling
+
2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
* lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
* Copyright (C) 2004 Red Hat, Inc.
*
* Author:
- * Jonathan Blandford <jrb@alum.mit.edu>
+ * Marco Pesenti Gritti <marco@gnome.org>
*
* Evince is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
tooltip->priv = EV_TOOLTIP_GET_PRIVATE (tooltip);
+ gtk_widget_set_app_paintable (GTK_WIDGET (tooltip), TRUE);
+ gtk_window_set_resizable (GTK_WINDOW (tooltip), FALSE);
gtk_widget_set_name (window, "gtk-tooltips");
label = gtk_label_new (NULL);