mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Support hover icons in titlebar (#1280)
Allow both max_toggled_hover and max_hover_toggled names for icons
This commit is contained in:
parent
5d2f594626
commit
c79b8ba8a7
8 changed files with 258 additions and 30 deletions
|
|
@ -197,6 +197,16 @@ file within a particular theme. The following xbm buttons are supported:
|
|||
- iconify.xbm
|
||||
- close.xbm
|
||||
- menu.xbm
|
||||
- max_toggled.xbm
|
||||
|
||||
Additional icons can be defined to be shown when the mouse pointer is hovering
|
||||
over the button in question:
|
||||
|
||||
- max_hover.xbm
|
||||
- iconify_hover.xbm
|
||||
- close_hover.xbm
|
||||
- menu_hover.xbm
|
||||
- max_hover_toggled.xbm
|
||||
|
||||
One advantage of xbm buttons over other formats is that they change color based
|
||||
on the theme. Other formats use the suffices "-active" and "-inactive" to align
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue