Bug 18659 - Add source ID to be used in wx events
Summary: Add source ID to be used in wx events
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kevin Ollivier
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-21 10:11 PDT by Robin Dunn
Modified: 2008-05-04 22:34 PDT (History)
0 users

See Also:


Attachments
patch adding winids (6.52 KB, patch)
2008-04-21 10:13 PDT, Robin Dunn
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Dunn 2008-04-21 10:11:25 PDT
This patch changes the wx event macros to allow the widget source ID to be specified, in case there is more than one webview widgets in the window hierarchy.
Comment 1 Robin Dunn 2008-04-21 10:13:51 PDT
Created attachment 20729 [details]
patch adding winids
Comment 2 Kevin Ollivier 2008-05-04 22:34:39 PDT
Landed in r32863, thanks! :)