Project will move to github. Find this wiki page at the new address: https://github.com/cztomczak/cefpython/wiki/API --- # API # Table of contents: ## Introduction ## This page puts wiki pages into categories. But not all of them, so see also [all wiki pages](http://code.google.com/p/cefpython/w/list). ## API search ## The best results are when searching wiki pages with google, see [API search](http://www.google.com/search?hl=en&q=site:http://code.google.com/p/cefpython/wiki/). The search form here on Google Code under the top menu gives poor results, it will only find exact words. ## Examples ## See the [Example label](https://code.google.com/p/cefpython/w/list?q=label:Example) for wiki pages. There are also [wxpython-response.py](https://code.google.com/p/cefpython/source/browse/cefpython/cef3/linux/binaries_64bit/wxpython-response.py) and [pywin32.py](https://code.google.com/p/cefpython/source/browse/cefpython/cef3/windows/binaries_32bit/pywin32.py) which are not listed there. ## Modules ## > [cefpython](cefpython.md) module ## Settings ## > [ApplicationSettings](ApplicationSettings.md) dictionary > [BrowserSettings](BrowserSettings.md) dictionary > [CommandLineSwitches](CommandLineSwitches.md) dictionary ## Classes & Objects ## > [Browser](Browser.md) object > [Callback](Callback.md) object > [ContentFilter](ContentFilter.md) object > [Cookie](Cookie.md) class > [CookieManager](CookieManager.md) class > [DpiAware](DpiAware.md) class (Win) > [DragData](DragData.md) object > [Frame](Frame.md) object > [JavascriptBindings](JavascriptBindings.md) class > [JavascriptCallback](JavascriptCallback.md) object > [PaintBuffer](PaintBuffer.md) object > [Request](Request.md) class > [Response](Response.md) object > [StreamReader](StreamReader.md) object > [WebPluginInfo](WebPluginInfo.md) object > [WebRequest](WebRequest.md) class > [WindowInfo](WindowInfo.md) class > [WindowUtils](WindowUtils.md) class ## Client handlers ## > [DisplayHandler](DisplayHandler.md) > [DownloadHandler](DownloadHandler.md) > [DragHandler](DragHandler.md) > [JavascriptContextHandler](JavascriptContextHandler.md) (partially implemented) > [JavascriptDialogHandler](JavascriptDialogHandler.md) > [KeyboardHandler](KeyboardHandler.md) > [LifespanHandler](LifespanHandler.md) > [LoadHandler](LoadHandler.md) > [RenderHandler](RenderHandler.md) > [RequestHandler](RequestHandler.md) > [ResourceHandler](ResourceHandler.md) ## Off-screen rendering ## See the [OSR label](https://code.google.com/p/cefpython/w/list?q=label:OSR) for wiki pages.