mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
docs: add inactivewindow
This commit is contained in:
parent
0a9671cad5
commit
42e83e4272
2 changed files with 7 additions and 0 deletions
|
|
@ -238,6 +238,7 @@ windows using the mouse.
|
||||||
The font to use for a specific element of a window, menu or OSD.
|
The font to use for a specific element of a window, menu or OSD.
|
||||||
Places can be any of:
|
Places can be any of:
|
||||||
- ActiveWindow - titlebar of active window
|
- ActiveWindow - titlebar of active window
|
||||||
|
- InactiveWindow - titlebar of all windows that aren't focused by the cursor
|
||||||
- MenuItem - menu item (currently only root menu)
|
- MenuItem - menu item (currently only root menu)
|
||||||
- OnScreenDisplay - items in the on screen display
|
- OnScreenDisplay - items in the on screen display
|
||||||
If no place attribute is provided, the setting will be applied to all
|
If no place attribute is provided, the setting will be applied to all
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,12 @@
|
||||||
<slant>normal</slant>
|
<slant>normal</slant>
|
||||||
<weight>normal</weight>
|
<weight>normal</weight>
|
||||||
</font>
|
</font>
|
||||||
|
<font place="InactiveWindow">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<slant>italic</slant>
|
||||||
|
<weight>normal</weight>
|
||||||
|
</font>
|
||||||
<font place="MenuItem">
|
<font place="MenuItem">
|
||||||
<name>sans</name>
|
<name>sans</name>
|
||||||
<size>10</size>
|
<size>10</size>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue