Changeset 913:55ffad57ee3e
- Timestamp:
- 12/28/18 13:42:35 (6 years ago)
- Branch:
- version_0.39_maint
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/cef.py
r805 r913 309 309 container.connect("size-allocate", _handleSizeAllocate) 310 310 else: 311 container = gtk. VBox(True, 0)311 container = gtk.DrawingArea() 312 312 313 313 container.show() … … 327 327 windowID = window.handle 328 328 else: 329 m = re.search("GtkVBox at 0x(\w+)", str(container)) 330 hexID = m.group(1) 331 windowID = int(hexID, 16) 329 windowID = container.window.xid 332 330 333 331 windowInfo = cefpython.WindowInfo()
Note:
See TracChangeset
for help on using the changeset viewer.