3
3
Table of contents:
4
4
* [ Introduction] ( #introduction )
5
5
* [ Sponsors] ( #sponsors )
6
- * [ Funding for the v66 release] ( #funding -for-the-v66-release )
6
+ * [ Thanks to Lampix for the v66 release] ( #thanks-to-lampix -for-the-v66-release )
7
7
* [ Install] ( #install )
8
8
* [ Tutorial] ( #tutorial )
9
9
* [ Examples] ( #examples )
@@ -92,15 +92,15 @@ See the [Support development](#support-development) section for a list of
92
92
all the individuals and companies supporting CEF Python.
93
93
94
94
95
- ## Funding for the v66 release
95
+ ### Thanks to Lampix for the v66 release
96
96
97
- I am happy to announce that Lampix is sponsoring the v66 release of cefpython .
97
+ Many Thanks to Lampix for sponsoring the [ v66 release] ( ../../releases ) of CEF Python .
98
98
Lampix is the first hardware and software solution that turns any surface
99
99
into a smart, augmented reality or interactive surface. Please visit its
100
- website here: https://lampix.com/ . See the [ v66 milestone] ( ../../milestone/13 )
101
- to see progress on the new release.
100
+ website here: https://lampix.com/ .
101
+
102
+ [ ![ lampix360] ( https://raw.githubusercontent.com/wiki/cztomczak/cefpython/images/lampix360.png )] ( https://lampix.com/ )
102
103
103
- [ ![ lampix600] ( https://raw.githubusercontent.com/wiki/cztomczak/cefpython/images/lampix600.png )] ( https://lampix.com/ )
104
104
105
105
## Install
106
106
@@ -110,9 +110,10 @@ also download packages for offline installation available on the
110
110
[ GitHub Releases] ( ../../releases ) pages. Command to install with pip:
111
111
112
112
```
113
- pip install cefpython3==57 .0
113
+ pip install cefpython3==66 .0
114
114
```
115
115
116
+
116
117
## Tutorial
117
118
118
119
See the [ Tutorial.md] ( docs/Tutorial.md ) file.
@@ -170,6 +171,7 @@ so your company logo and a website link will be visible to many Python developer
170
171
The statistics are from Mar 9, 2018. Complete statistics are available in this topic
171
172
on the Forum: [[ ANN] Call for sponsors] ( https://groups.google.com/d/topic/cefpython/CjkZF2P4rMk/discussion ) .
172
173
174
+
173
175
### Thanks
174
176
175
177
* [ 2018] Many thanks to [ Lampix] ( https://lampix.com/ ) for sponsoring the v66
@@ -254,66 +256,66 @@ Additional information for v31.2 release:
254
256
- [ Tutorial] ( docs/Tutorial.md )
255
257
256
258
257
- ### API categories
258
-
259
- #### Modules
260
-
261
- * [ cefpython] ( api/cefpython.md#cefpython ) module
262
-
263
-
264
- #### Settings
265
-
266
- * [ ApplicationSettings] ( api/ApplicationSettings.md#application-settings ) dictionary
267
- * [ BrowserSettings] ( api/BrowserSettings.md#browser-settings ) dictionary
268
- * [ CommandLineSwitches] ( api/CommandLineSwitches.md#command-line-switches ) dictionary
269
-
270
-
271
- #### Classes and objects
272
-
273
- * [ Browser] ( api/Browser.md#browser-object ) object
274
- * [ Callback] ( api/Callback.md#callback-object ) object
275
- * [ Cookie] ( api/Cookie.md#cookie-class ) class
276
- * [ CookieManager] ( api/CookieManager.md#cookiemanager-class ) class
277
- * [ DpiAware] ( api/DpiAware.md#dpiaware-class ) class (Win)
278
- * [ DragData] ( api/DragData.md#dragdata-object ) object
279
- * [ Frame] ( api/Frame.md#frame-object ) object
280
- * [ Image] ( api/Image.md#image-object ) object
281
- * [ JavascriptBindings] ( api/JavascriptBindings.md#javascriptbindings-class ) class
282
- * [ JavascriptCallback] ( api/JavascriptCallback.md#javascriptcallback-object ) object
283
- * [ PaintBuffer] ( api/PaintBuffer.md#paintbuffer-object ) object
284
- * [ Request] ( api/Request.md#request-class ) class
285
- * [ Response] ( api/Response.md#response-object ) object
286
- * [ WebPluginInfo] ( api/WebPluginInfo.md#webplugininfo-object ) object
287
- * [ WebRequest] ( api/WebRequest.md#webrequest-class ) class
288
- * [ WindowInfo] ( api/WindowInfo.md#windowinfo-class ) class
289
- * [ WindowUtils] ( api/WindowUtils.md#windowutils-class ) class
290
-
291
-
292
- #### Client handlers (interfaces)
293
-
294
- * [ AccessibilityHandler] ( api/AccessibilityHandler.md#accessibilityhandler-interface )
295
- * [ DisplayHandler] ( api/DisplayHandler.md#displayhandler-interface )
296
- * [ DownloadHandler] ( api/DownloadHandler.md#downloadhandler )
297
- * [ FocusHandler] ( api/FocusHandler.md#focushandler-interface )
298
- * [ JavascriptDialogHandler] ( api/JavascriptDialogHandler.md#javascriptdialoghandler-interface )
299
- * [ KeyboardHandler] ( api/KeyboardHandler.md#keyboardhandler-interface )
300
- * [ LifespanHandler] ( api/LifespanHandler.md#lifespanhandler-interface )
301
- * [ LoadHandler] ( api/LoadHandler.md#loadhandler-interface )
302
- * [ RenderHandler] ( api/RenderHandler.md#renderhandler-interface )
303
- * [ RequestHandler] ( api/RequestHandler.md#requesthandler-interface )
304
- * [ ResourceHandler] ( api/ResourceHandler.md#resourcehandler-interface )
305
- * [ V8ContextHandler] ( api/V8ContextHandler.md#v8contexthandler-interface )
306
-
307
-
308
- #### Other interfaces
309
-
310
- * [ CookieVisitor] ( api/CookieVisitor.md#cookievisitor-interface ) interface
311
- * [ StringVisitor] ( api/StringVisitor.md#stringvisitor-interface ) interface
312
- * [ WebRequestClient] ( api/WebRequestClient.md#webrequestclient-interface ) interface
313
-
314
-
315
- ### API index
316
-
259
+ ### API categories
260
+
261
+ #### Modules
262
+
263
+ * [ cefpython] ( api/cefpython.md#cefpython ) module
264
+
265
+
266
+ #### Settings
267
+
268
+ * [ ApplicationSettings] ( api/ApplicationSettings.md#application-settings ) dictionary
269
+ * [ BrowserSettings] ( api/BrowserSettings.md#browser-settings ) dictionary
270
+ * [ CommandLineSwitches] ( api/CommandLineSwitches.md#command-line-switches ) dictionary
271
+
272
+
273
+ #### Classes and objects
274
+
275
+ * [ Browser] ( api/Browser.md#browser-object ) object
276
+ * [ Callback] ( api/Callback.md#callback-object ) object
277
+ * [ Cookie] ( api/Cookie.md#cookie-class ) class
278
+ * [ CookieManager] ( api/CookieManager.md#cookiemanager-class ) class
279
+ * [ DpiAware] ( api/DpiAware.md#dpiaware-class ) class (Win)
280
+ * [ DragData] ( api/DragData.md#dragdata-object ) object
281
+ * [ Frame] ( api/Frame.md#frame-object ) object
282
+ * [ Image] ( api/Image.md#image-object ) object
283
+ * [ JavascriptBindings] ( api/JavascriptBindings.md#javascriptbindings-class ) class
284
+ * [ JavascriptCallback] ( api/JavascriptCallback.md#javascriptcallback-object ) object
285
+ * [ PaintBuffer] ( api/PaintBuffer.md#paintbuffer-object ) object
286
+ * [ Request] ( api/Request.md#request-class ) class
287
+ * [ Response] ( api/Response.md#response-object ) object
288
+ * [ WebPluginInfo] ( api/WebPluginInfo.md#webplugininfo-object ) object
289
+ * [ WebRequest] ( api/WebRequest.md#webrequest-class ) class
290
+ * [ WindowInfo] ( api/WindowInfo.md#windowinfo-class ) class
291
+ * [ WindowUtils] ( api/WindowUtils.md#windowutils-class ) class
292
+
293
+
294
+ #### Client handlers (interfaces)
295
+
296
+ * [ AccessibilityHandler] ( api/AccessibilityHandler.md#accessibilityhandler-interface )
297
+ * [ DisplayHandler] ( api/DisplayHandler.md#displayhandler-interface )
298
+ * [ DownloadHandler] ( api/DownloadHandler.md#downloadhandler )
299
+ * [ FocusHandler] ( api/FocusHandler.md#focushandler-interface )
300
+ * [ JavascriptDialogHandler] ( api/JavascriptDialogHandler.md#javascriptdialoghandler-interface )
301
+ * [ KeyboardHandler] ( api/KeyboardHandler.md#keyboardhandler-interface )
302
+ * [ LifespanHandler] ( api/LifespanHandler.md#lifespanhandler-interface )
303
+ * [ LoadHandler] ( api/LoadHandler.md#loadhandler-interface )
304
+ * [ RenderHandler] ( api/RenderHandler.md#renderhandler-interface )
305
+ * [ RequestHandler] ( api/RequestHandler.md#requesthandler-interface )
306
+ * [ ResourceHandler] ( api/ResourceHandler.md#resourcehandler-interface )
307
+ * [ V8ContextHandler] ( api/V8ContextHandler.md#v8contexthandler-interface )
308
+
309
+
310
+ #### Other interfaces
311
+
312
+ * [ CookieVisitor] ( api/CookieVisitor.md#cookievisitor-interface ) interface
313
+ * [ StringVisitor] ( api/StringVisitor.md#stringvisitor-interface ) interface
314
+ * [ WebRequestClient] ( api/WebRequestClient.md#webrequestclient-interface ) interface
315
+
316
+
317
+ ### API index
318
+
317
319
* [ AccessibilityHandler (interface)] ( api/AccessibilityHandler.md#accessibilityhandler-interface )
318
320
* [ _ OnAccessibilityTreeChange] ( api/AccessibilityHandler.md#_onaccessibilitytreechange )
319
321
* [ _ OnAccessibilityLocationChange] ( api/AccessibilityHandler.md#_onaccessibilitylocationchange )
0 commit comments