Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:xfce4-panel:windowmenu [2024/04/06 22:53] – [Style Properties] gaelxfce:xfce4-panel:windowmenu [2025/05/04 16:33] (current) – [Style Properties] Fix the usage of enum PANGO_TYPE_ELLIPSIZE_MODE in css woab
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :xfce:xfce.panel.png?no link|}}+{{ :xfce:xfce4-panel.png?nolink|}}
 ====== xfce4-panel - Window Menu ====== ====== xfce4-panel - Window Menu ======
  
Line 11: Line 11:
 ===== Properties ===== ===== Properties =====
  
-<figure "Window Menu's properties dialog"> +<figure "Window Menu Properties Dialog"> 
-{{:xfce:xfce4-panel:window_menu.png?nolink&|}}+{{:xfce:xfce4-panel:4.20:window_menu.png|Window Menu Properties Dialog}}
 </figure> </figure>
  
Line 47: Line 47:
 <file txt ~/.config/gtk-3.0/gtk.css> <file txt ~/.config/gtk-3.0/gtk.css>
 # Ellipsizing used in the menu label. # Ellipsizing used in the menu label.
-* { -XfceWindowMenuPlugin-ellipsize-mode: PANGO_ELLIPSIZE_MIDDLE; }+# valid values are: none, start, middle, end 
 +* { -XfceWindowMenuPlugin-ellipsize-mode: middle; }
  
 # Maximum number of characters in the menu label before it will # Maximum number of characters in the menu label before it will
Line 63: Line 64:
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]+[[:xfce:xfce4-panel:start:|Return to xfce4-panel Main Documentation Page]]