add alwaysShowTitleTextInFullscreen flag
This commit is contained in:
parent
493cfd38d6
commit
25c651c40a
5 changed files with 22 additions and 2 deletions
|
@ -48,6 +48,10 @@ const char kUseContentSize[] = "useContentSize";
|
|||
// Whether window zoom should be to page width.
|
||||
const char kZoomToPageWidth[] = "zoomToPageWidth";
|
||||
|
||||
// Whether always show title text in full screen is enabled.
|
||||
const char kAlwaysShowTitleTextInFullscreen[] =
|
||||
"alwaysShowTitleTextInFullscreen";
|
||||
|
||||
// The requested title bar style for the window
|
||||
const char kTitleBarStyle[] = "titleBarStyle";
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ extern const char kAlwaysOnTop[];
|
|||
extern const char kAcceptFirstMouse[];
|
||||
extern const char kUseContentSize[];
|
||||
extern const char kZoomToPageWidth[];
|
||||
extern const char kAlwaysShowTitleTextInFullscreen[];
|
||||
extern const char kTitleBarStyle[];
|
||||
extern const char kTabbingIdentifier[];
|
||||
extern const char kAutoHideMenuBar[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue