We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c7252 commit 431b995Copy full SHA for 431b995
1 file changed
src/linux/binaries_64bit/kivy_.py
@@ -1,7 +1,5 @@
1
-# An example of embedding CEF browser in the Kivy framework.
2
-# The browser is embedded using off-screen rendering mode.
3
-
4
-# Tested using Kivy 1.7.2 stable, only on Linux.
+# An example of embedding CEF browser with the Kivy framework
+# by using off-screen rendering mode.
5
6
# In this example kivy-lang is used to declare the layout which
7
# contains two buttons (back, forward) and the browser view.
@@ -44,7 +42,7 @@ def __init__(self, **kwargs):
44
42
super(BrowserLayout, self).__init__(**kwargs)
45
43
self.orientation = "vertical"
46
47
- self.browser_widget = CefBrowser(id="browser")
+ self.browser_widget = CefBrowser()
48
49
layout = BoxLayout()
50
layout.size_hint_y = None
0 commit comments