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 revisionBoth sides next revision
dev:hig:panel-plugins [2012/05/25 15:51] – [Labels] typo killermoehredev:hig:panel-plugins [2012/06/03 13:54] – [mode] mike
Line 114: Line 114:
 ===== Panel properties ===== ===== Panel properties =====
  
-==== mode ====+==== Mode ====
  
-The panel (starting with 4.10) has modes : horizontal, vertical and deskbar. A plugin should layout its widgets following those rules : +The panel has three modes : horizontal, verticaland deskbar. 
-  * use a vertical XfceHVBox if the panel is in vertical or deskbar mode, horizontal otherwise. + 
-  * labels should be oriented vertically (using ''gtk_label_set_angle()'') in vertical mode. +=== Horizontal mode === 
-  * progressbars should be oriented vertically in horizontal modehorizontally otherwise.+  * Widgets are placed horizontally 
 +  * Progressbars are placed vertically 
 + 
 +=== Vertical mode === 
 +  * Widgets are placed vertically 
 +  * Labels are rotated to 90 degrees 
 +  * Progressbars are placed horizontally 
 + 
 +=== Deskbar mode === 
 +  * Widgets are placed vertically 
 +  * Composited widgets can be packed horizontally 
 +  * Labels are not rotated 
 +  * Progressbars are placed horizontally
  
 ==== size ==== ==== size ====