comparison gtk/gtkutils.h @ 15342:ca7cc867fa58

[gaim-migrate @ 18134] Syncing up my tree. I've gotten smileys, <hr>'s and IM images to *mostly* work. Scrolling's the only obviously busted thing right now. I also made blist headlines set the URGENT hint. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 16 Jan 2007 02:48:36 +0000
parents cfdd47296dbc
children 03edbb70210f
comparison
equal deleted inserted replaced
15341:29e9a2373d32 15342:ca7cc867fa58
531 * 531 *
532 */ 532 */
533 gboolean gaim_gtk_tree_view_search_equal_func(GtkTreeModel *model, gint column, 533 gboolean gaim_gtk_tree_view_search_equal_func(GtkTreeModel *model, gint column,
534 const gchar *key, GtkTreeIter *iter, gpointer data); 534 const gchar *key, GtkTreeIter *iter, gpointer data);
535 535
536 /**
537 * Sets or resets a window to 'urgent,' by setting the URGENT hint in X
538 * or blinking in the win32 taskbar
539 *
540 * @param window The window to draw attention to
541 * @param urgent Whether to set the urgent hint or not
542 */
543 void gaim_gtk_set_urgent(GdkWindow *window, gboolean urgent);
544
536 #if !GTK_CHECK_VERSION(2,2,0) 545 #if !GTK_CHECK_VERSION(2,2,0)
537 /** 546 /**
538 * This is copied from Gtk to support Gtk 2.0 547 * This is copied from Gtk to support Gtk 2.0
539 * 548 *
540 * Creates a new path with @first_index and @varargs as indices. 549 * Creates a new path with @first_index and @varargs as indices.