mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:37:39 +00:00
Refactor resize bar notch width to be a constant and private inside GSTheme, making it accessible through -[GSTheme resizebarNotchWidth].
This commit is contained in:
parent
96db5bf89c
commit
e0012349f6
4 changed files with 31 additions and 12 deletions
|
@ -1227,6 +1227,8 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
|
|||
|
||||
- (float) resizebarHeight;
|
||||
|
||||
- (float) resizebarNotchWidth;
|
||||
|
||||
- (float) titlebarButtonSize;
|
||||
|
||||
- (float) titlebarPaddingRight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue