Add support for zooming to content size
This commit is contained in:
parent
8bc3dcd17a
commit
c5790e39dc
4 changed files with 57 additions and 0 deletions
|
@ -45,6 +45,9 @@ const char kAcceptFirstMouse[] = "acceptFirstMouse";
|
|||
// Whether window size should include window frame.
|
||||
const char kUseContentSize[] = "useContentSize";
|
||||
|
||||
// Whether window zoom should be to content size.
|
||||
const char kZoomToContentSize[] = "zoomToContentSize";
|
||||
|
||||
// The requested title bar style for the window
|
||||
const char kTitleBarStyle[] = "titleBarStyle";
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ extern const char kKiosk[];
|
|||
extern const char kAlwaysOnTop[];
|
||||
extern const char kAcceptFirstMouse[];
|
||||
extern const char kUseContentSize[];
|
||||
extern const char kZoomToContentSize[];
|
||||
extern const char kTitleBarStyle[];
|
||||
extern const char kAutoHideMenuBar[];
|
||||
extern const char kEnableLargerThanScreen[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue