-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames the window setting variable corner_width as corner_length, since length is more descriptive of what does, and make this configurable (currently it is computed using the title height and border thickness). The corner_length of a window can be configured using the new CornerLength style, which takes a single numerical argument as the length in pixels. If no argument (or an invalid argument) is provided, the default is used, which is the title height.
- Loading branch information
1 parent
8fdea5d
commit 1d2859f
Showing
7 changed files
with
65 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5005,10 +5005,11 @@ style. | |
_options_ is a comma separated list containing one or more of the | ||
following keywords. Each group of style names is separated by slashes | ||
('/'). The last style in these groups is the default. _BorderWidth_, | ||
_HandleWidth_, _!Icon_ / _Icon_, _MiniIcon_, _IconBox_, _IconGrid_, | ||
_IconFill_, _IconSize_, _!Title_ / _Title_, _TitleAtBottom_ / | ||
_TitleAtLeft_ / _TitleAtRight_ / _TitleAtTop_, _LeftTitleRotatedCW_ / | ||
_LeftTitleRotatedCCW_, _RightTitleRotatedCCW_ / _RightTitleRotatedCW_, | ||
_HandleWidth_, _CornerLength_, _!Icon_ / _Icon_, _MiniIcon_, | ||
_IconBox_, _IconGrid_, _IconFill_, _IconSize_, _!Title_ / _Title_, | ||
_TitleAtBottom_ / _TitleAtLeft_ / _TitleAtRight_ / | ||
_TitleAtTop_, _LeftTitleRotatedCW_ / _LeftTitleRotatedCCW_, | ||
_RightTitleRotatedCCW_ / _RightTitleRotatedCW_, | ||
_TopTitleRotated_ / _TopTitleNotRotated_, _BottomTitleRotated_ / | ||
_BottomTitleNotRotated_, _!UseTitleDecorRotation_ / | ||
_UseTitleDecorRotation_, _StippledTitle_ / _!StippledTitle_, | ||
|
@@ -5489,12 +5490,16 @@ but is deprecated. | |
+ | ||
_HandleWidth_ takes a numeric argument which is the width of the | ||
border to place the window if it does have resize-handles. Using | ||
HandleWidth without an argument restores the default. | ||
_HandleWidth_ without an argument restores the default. | ||
+ | ||
_CornerLength_ takes a single numeric argument which is the length, | ||
in pixels, of the corner handles. The default is the title height. | ||
Using _CornerLength_ without an argument restores the default. | ||
+ | ||
_BorderWidth_ takes a numeric argument which is the width of the | ||
border to place the window if it does not have resize-handles. It is | ||
used only if the _!Handles_ style is specified too. Using | ||
BorderWidth without an argument restores the default. | ||
_BorderWidth_ without an argument restores the default. | ||
+ | ||
_DepressableBorder_ makes the border parts of the window decoration | ||
look sunken in when a button is pressed over them. This can be | ||
|
@@ -9379,4 +9384,4 @@ refer to the COPYING file that came with fvwm for details. | |
Bug reports can be sent to the fvwm-workers mailing list at | ||
<[email protected]> | ||
|
||
The official fvwm homepage is _http://fvwm.org/_. | ||
The official fvwm homepage is _http://fvwm.org/_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters