Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Demo project- experiment with Win32 window styles

Notifications You must be signed in to change notification settings

bsclifton/BrowserWindowStyles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrowserWindowStyles

This demo program is intended to explore possible solutions for the following electron feature request: electron/electron#6823

The end goal is to eliminate the wasted space in the standard Windows titlebar. The proposed solution would make additional options available when creating the BrowserWindow electron object which allow the user to have a frameless window with the minimize, maximize, and close buttons. They should be toggle the menu (not currently available with frameless), which would also share this same non-client area. This feature would then be used to solve the following issue: brave/browser-laptop#3036

Giving credit where it's due

In the code, I've tried to attribute the sources where applicable. Sources that were invaluable:

About

Demo project- experiment with Win32 window styles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages