no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | xfce:xfce4-panel:4.10:theming [2015/03/11 13:31] (current) – created ochosi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Theming ====== | ||
| + | Besize the appearance settings in the panel preferences, | ||
| + | |||
| + | ====== Classes ====== | ||
| + | |||
| + | ===== XfcePanelWindow ===== | ||
| + | The normal panel window. | ||
| + | |||
| + | <file txt .gtkrc-2.0> | ||
| + | style " | ||
| + | { | ||
| + | # Time in miliseconds before the panel will unhide on an enter event | ||
| + | XfcePanelWindow:: | ||
| + | |||
| + | # Time in miliseconds before the panel will hide on a leave event | ||
| + | XfcePanelWindow:: | ||
| + | |||
| + | # Size of autohide window in pixels | ||
| + | XfcePanelWindow:: | ||
| + | } | ||
| + | class " | ||
| + | </ | ||
| + | |||
| + | ===== XfcePanelWindowHidden ===== | ||
| + | |||
| + | Class of the hidden panel window. | ||
| + | |||
| + | ===== XfcePanelWindowExternal ===== | ||
| + | |||
| + | The class of the external window used for the 4.6 plugins. | ||
| + | |||
| + | ===== XfcePanelWindowWrapper ===== | ||
| + | |||
| + | The class of the window used for external plugins running in the wrapper application. | ||
| + | |||
| + | ===== XfcePanelImage ===== | ||
| + | |||
| + | Class of the images used on most of the panel plugins. | ||
| + | |||
| + | <file txt .gtkrc-2.0> | ||
| + | style " | ||
| + | { | ||
| + | # Fix the panel images to a default gtk icon size, is only works for | ||
| + | # images below 32 pixels. You can for example use this when you have | ||
| + | # fuzzy launcher icons. | ||
| + | XfcePanelImage:: | ||
| + | } | ||
| + | class " | ||
| + | </ | ||