Bug 22281 - wxWebView has no API for setting transparency
Summary: wxWebView has no API for setting transparency
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-15 10:36 PST by Kevin Watters
Modified: 2009-01-12 23:28 PST (History)
0 users

See Also:


Attachments
add Set/IsTransparent to wxWebView (1.80 KB, patch)
2008-11-15 10:40 PST, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2008-11-15 10:36:23 PST
In the wx port, there is no way to set a FrameView to be transparent.
Comment 1 Kevin Watters 2008-11-15 10:40:42 PST
Created attachment 25186 [details]
add Set/IsTransparent to wxWebView

Adds SetTransparent and IsTransparent to wxWebView, which just delegate to FrameView's setTransparent and isTransparent.
Comment 2 Mark Rowe (bdash) 2009-01-12 23:28:03 PST
This was landed back in r38424.