Changeset 49908 in webkit


Ignore:
Timestamp:
Oct 21, 2009 11:13:09 AM (15 years ago)
Author:
kevino@webkit.org
Message:

Reviewed by Kevin Ollivier.

Include 'WebFrame.h' declared classes in wxPython bindings.

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

Location:
trunk/WebKit/wx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/wx/ChangeLog

    r49752 r49908  
     12009-10-21  Pedro Romano  <pmcnr72@gmail.com>
     2
     3        Reviewed by Kevin Ollivier.
     4
     5        Include 'WebFrame.h' declared classes in wxPython bindings.
     6       
     7        https://bugs.webkit.org/show_bug.cgi?id=30504
     8
     9        * bindings/python/webview.i:
     10
    1112009-10-18  Kevin Watters  <kevinwatters@gmail.com>
    212
  • trunk/WebKit/wx/bindings/python/webview.i

    r41368 r49908  
    2929#include "wx/wxPython/wxPython.h"
    3030#include "wx/wxPython/pyclasses.h"
     31#include "WebFrame.h"
    3132#include "WebView.h"
    3233#include "WebBrowserShell.h"
     
    3940MAKE_CONST_WXSTRING(WebViewNameStr);
    4041
     42MustHaveApp(wxWebFrame);
    4143MustHaveApp(wxWebView);
    4244MustHaveApp(wxWebBrowserShell);
    4345
     46%include WebFrame.h
    4447%include WebView.h
    4548%include WebBrowserShell.h
Note: See TracChangeset for help on using the changeset viewer.