Rovango / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Set window titles/icons for popup windows #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Implement CefDisplayHandler.OnTitleChange().

 HWND hwnd = browser->GetWindowHandle();
 SetWindowText(hwnd, CefString(title).ToWString().c_str());

Original issue reported on code.google.com by czarek.t...@gmail.com on 12 Jul 2012 at 6:39

GoogleCodeExporter commented 8 years ago
Set the icon also.

Original comment by czarek.t...@gmail.com on 15 Jul 2012 at 11:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
DisplayHandler has been implemented.

Popups have window titles automtically set, also icons are inherited from 
parent window.

Revision 3468dd17c548

Original comment by czarek.t...@gmail.com on 30 Aug 2012 at 11:00

GoogleCodeExporter commented 8 years ago
Changes from this issue made it into 0.37 release, go to Downloads.

Original comment by czarek.t...@gmail.com on 30 Aug 2012 at 11:10

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/3

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 6:23