[Webkit-unassigned] [Bug 50623] New: [GTK] Use gtk_icon_set_render_icon() to render icons in RenderThemeGtk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 7 04:24:56 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50623

           Summary: [GTK] Use gtk_icon_set_render_icon() to render icons
                    in RenderThemeGtk
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: mrobinson at webkit.org, pnormand at igalia.com


Using gtk_icon_set_render_icon() we use the gtk icon cache and icons are rendered using state and direction. So, icons are prelighted on hover (we can remove the TODO comment in paintSearchFieldCancelButton), although it doesn't currently work due to a gtk+ issue (https://bugzilla.gnome.org/show_bug.cgi?id=636691). Gtk icon cache is automatically cleared when the theme changes, so we don't need to connect to the theme changed signal.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list