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
Copy file name to clipboardExpand all lines: api/DisplayHandler.md
+39-27Lines changed: 39 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,19 @@
3
3
4
4
# DisplayHandler (interface)
5
5
6
-
Implement this interface to handle events related to browser display state. The methods of this class will be called on the UI thread.
7
-
8
-
For an example of how to implement handler see [cefpython](cefpython.md).CreateBrowser(). For a list of all handler interfaces see [API > Client handlers](API#Client_handlers).
6
+
Implement this interface to handle events related to browser display
7
+
state. The methods of this class will be called on the UI thread.
0 commit comments