cztomczak / cefpython

Python bindings for the Chromium Embedded Framework (CEF)
Other
3.09k stars 473 forks source link

Expose DialogHandler and OnFileDialog callback #361

Open jegger opened 7 years ago

jegger commented 7 years ago

It would be great to have the OnFileDialog callback implemented. This would allow to suppress the gtk dialog appearing in kivy applications in a clean way. (discussed in https://github.com/allestuetsmerweh/garden.cefpython/pull/31)

cztomczak commented 7 years ago

OnFileDialog is implemented in PR #375. Please test it. API docs seem to be still missing, but should be added soon.