Page 1 of 1

Size constraint changing

PostPosted: Tue May 29, 2018 6:39 am
by lavv17
Hello!

CEF provides CefWindowDelegate with methods like CanMaximize etc.

But there is no way to call widget_->OnSizeConstraintsChanged, so those callbacks are only called once on window creation, and then the parameters cannot be changed.

Feature request: add SizeConstraintsChanged method to CefWindow.