comparison pidgin/gtkutils.h @ 15413:e6b40365930c

More statusbox tweaks: - Integrate more Tango icons - When using opaque buddy icons, draw a slight button border around the icon selector, causing it to look better next to the status dropdown.
author Sean Egan <seanegan@gmail.com>
date Thu, 25 Jan 2007 08:42:26 +0000
parents 5fe8042783c1
children 29e443e0613f
comparison
equal deleted inserted replaced
15412:c2d21369098e 15413:e6b40365930c
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(GtkWindow *window, gboolean urgent); 543 void gaim_gtk_set_urgent(GtkWindow *window, gboolean urgent);
544 544
545 /**
546 * Returns TRUE if the GdkPixbuf is opaque, as determined by no
547 * alpha at any of the edge pixels.
548 *
549 * @param pixbuf The pixbug
550 * @return TRUE if the pixbuf is opaque around the edges, FALSE otherwise
551 */
552 gboolean gaim_gdk_pixbuf_is_opaque(GdkPixbuf *pixbuf);
553
545 #if !GTK_CHECK_VERSION(2,2,0) 554 #if !GTK_CHECK_VERSION(2,2,0)
546 /** 555 /**
547 * This is copied from Gtk to support Gtk 2.0 556 * This is copied from Gtk to support Gtk 2.0
548 * 557 *
549 * Creates a new path with @first_index and @varargs as indices. 558 * Creates a new path with @first_index and @varargs as indices.