You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a note in tutorial that client handlers often change during updates to new CEF, thus to minimize required code changes one may use **kwargs in handler callbacks so that when a new param is added it won't break app. However a proper solution in the future will be to implement handlers as classes/interfaces that would allow for validation of func signatures in an automated way - Issue Expose handlers as classes/interfaces: ClientHandler, DisplayHandler, LifespanHandler, etc. #215.
The text was updated successfully, but these errors were encountered:
cztomczak
changed the title
Create Tutorial that outlines most important CEF features
Create Tutorial that outlines most important CEF features. Create tutorial.py example.
Dec 17, 2016
Draft is here: https://github.com/cztomczak/pycef/blob/master/docs/Tutorial.md
Tutorial code will go to examples/tutorial.py
Important notes:
The text was updated successfully, but these errors were encountered: