comparison gtk/gtkutils.h @ 15348:03edbb70210f

[gaim-migrate @ 18140] Update gaim_gtk_set_urgent to work on WIN32. I also changed the function signature to take a GtkWindow instead of a GdkWindow so that we can use gtk_window_set_urgency_hint (only available on GTK >= 2.8.0). committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 16 Jan 2007 22:20:26 +0000
parents ca7cc867fa58
children
comparison
equal deleted inserted replaced
15347:467244cc4ff2 15348:03edbb70210f
538 * or blinking in the win32 taskbar 538 * or blinking in the win32 taskbar
539 * 539 *
540 * @param window The window to draw attention to 540 * @param window The window to draw attention to
541 * @param urgent Whether to set the urgent hint or not 541 * @param urgent Whether to set the urgent hint or not
542 */ 542 */
543 void gaim_gtk_set_urgent(GdkWindow *window, gboolean urgent); 543 void gaim_gtk_set_urgent(GtkWindow *window, gboolean urgent);
544 544
545 #if !GTK_CHECK_VERSION(2,2,0) 545 #if !GTK_CHECK_VERSION(2,2,0)
546 /** 546 /**
547 * This is copied from Gtk to support Gtk 2.0 547 * This is copied from Gtk to support Gtk 2.0
548 * 548 *