Skip to content

Latest commit

 

History

History
100 lines (49 loc) · 2.53 KB

File metadata and controls

100 lines (49 loc) · 2.53 KB

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.

API search

The best results are when searching wiki pages with google, see API search. 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 for wiki pages. There are also wxpython-response.py and pywin32.py which are not listed there.

Modules

cefpython module

Settings

ApplicationSettings dictionary

BrowserSettings dictionary

CommandLineSwitches dictionary

Classes & Objects

Browser object

Callback object

ContentFilter object

Cookie class

CookieManager class

DpiAware class (Win)

DragData object

Frame object

JavascriptBindings class

JavascriptCallback object

PaintBuffer object

Request class

Response object

StreamReader object

WebPluginInfo object

WebRequest class

WindowInfo class

WindowUtils class

Client handlers

DisplayHandler

DownloadHandler

DragHandler

JavascriptContextHandler (partially implemented)

JavascriptDialogHandler

KeyboardHandler

LifespanHandler

LoadHandler

RenderHandler

RequestHandler

ResourceHandler

Off-screen rendering

See the OSR label for wiki pages.