Skip to content

Commit

Permalink
Updated examples' README file - add wxpython-response.py example
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Mar 19, 2017
1 parent 7f1e84b commit c0a218b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/Examples-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ maintained.
see [gist by AnishN](https://gist.github.com/AnishN/aa3bb27fc9d69319955ed9a8973cd40f)
- Screenshot example:
see [gist by stefanbacon](https://gist.github.com/stefanbacon/7b1571d57aee54aa9f8e9021b4848d06)
- Example of implementing [ResourceHandler](../api/ResourceHandler.md)
with the use of [WebRequest](../api/WebRequest.md) object and
[WebRequestClient](../api/WebRequestClient.md) interface to allow
for reading/modifying web requests: see the [wxpython-response.py](https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/cef3/linux/binaries_64bit/wxpython-response.py)
example in the cefpython31 branch.
- Old PyWin32 example:
see [pywin32.py](https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/cef3/windows/binaries_32bit/pywin32.py)
in the cefpython31 branch
Expand Down

0 comments on commit c0a218b

Please sign in to comment.