~ubuntu-branches/ubuntu/precise/xfce4-panel/precise

« back to all changes in this revision

Viewing changes to docs/README.gtkrc-2.0

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 15:45:53 UTC
  • mto: (4.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: james.westby@ubuntu.com-20101204154553-f452gq02eiksf09f
Tags: upstream-4.7.5
ImportĀ upstreamĀ versionĀ 4.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The Xfce Panel .gtkrc-2.0 hacks
 
2
===============================
 
3
 
 
4
All Plugins
 
5
-----------
 
6
Every plugin has a unique widget name. You can find this name by
 
7
hovering the plugin in the items tab in the panel preferences dialog.
 
8
 
 
9
 
 
10
 
 
11
XfcePanelWindow
 
12
---------------
 
13
style "xfce-panel-window-style"
 
14
{
 
15
  # Time in miliseconds before the panel will unhide on an enter event
 
16
  XfcePanelWindow::popup-delay = 225
 
17
 
 
18
  # Time in miliseconds before the panel will hide on a leave event
 
19
  XfcePanelWindow::popdown-delay = 350
 
20
}
 
21
class "XfcePanelWindow" style "xfce-panel-window-style"
 
22
 
 
23
 
 
24
 
 
25
XfceActionsPlugin
 
26
-----------------
 
27
Special widget names in this plugin are actions-first-button and
 
28
actions-second-button.
 
29
 
 
30
 
 
31
 
 
32
XfceShowDesktopPlugin
 
33
---------------------
 
34
Special widget name in this plugin is showdesktop-button.
 
35
 
 
36
 
 
37
XfceTasklist
 
38
------------
 
39
You can set a custom icon size in gtk-icon-sizes with the name
 
40
panel-tasklist-menu. The default icon size is 16px.
 
41
 
 
42
style "xfce-tasklist-style"
 
43
{
 
44
  # The maximum length of a button before the label ellipsizes.
 
45
  # When this value is set to -1 the button will expand to the
 
46
  # entire available space.
 
47
  XfceTasklist::max-button-length = 200
 
48
 
 
49
  # Maximum size of a button. This is used to detect the number of
 
50
  # rows of the task list plugin. When you increase the value less
 
51
  # rows will be possible.
 
52
  XfceTasklist::max-button-size = 20
 
53
 
 
54
  # Ellipsizing used in the task list and overflow menu labels.
 
55
  XfceTasklist::ellipsize-mode = PANGO_ELLIPSIZE_END
 
56
 
 
57
  # Lucency of minimized icons. Valid values are between 0 (completely
 
58
  # hide the icon) and 100 (don't lighten the icon).
 
59
  XfceTasklist::minimized-icon-lucency = 50
 
60
 
 
61
  # Maximum number of characters in the menu label before it will
 
62
  # be ellipsized.
 
63
  XfceTasklist::menu-max-width-chars = 24
 
64
}
 
65
class "XfceTasklist" style "xfce-tasklist-style"
 
66
 
 
67
 
 
68
 
 
69
XfceLauncherPlugin
 
70
------------------
 
71
You can set a custom menu and tooltip icon size in gtk-icon-sizes
 
72
with the name panel-launcher-menu and panel-launcher-tooltip. The default
 
73
icon sizes are both 32px.
 
74
Special widget names in this plugin are launcher-button and launcher-arrow.
 
75
 
 
76
 
 
77
 
 
78
XfcePanelImage
 
79
--------------
 
80
style "xfce-panel-image-style"
 
81
{
 
82
  # Fix the panel images to a default gtk icon size, is only works for
 
83
  # images below 32 pixels. You can for example use this when you have
 
84
  # fuzzy launcher icons.
 
85
  XfcePanelImage::force-gtk-icon-sizes = true
 
86
}
 
87
class "XfcePanelImage" style "xfce-panel-image-style"
 
88
 
 
89
 
 
90
 
 
91
XfceWindowMenuPlugin
 
92
--------------------
 
93
You can set a custom icon size in gtk-icon-sizes with the name
 
94
panel-window-menu. The default icon size is 16px. Note that the window
 
95
icons are 16 or 32 pixels, all other sizes will result in scaling.
 
96
Special widget name in this plugin is windowmenu-button.
 
97
 
 
98
style "xfce-window-menu-plugin-style"
 
99
{
 
100
  # Ellipsizing used in the menu label.
 
101
  XfceWindowMenuPlugin::ellipsize-mode = PANGO_ELLIPSIZE_MIDDLE
 
102
 
 
103
  # Maximum number of characters in the menu label before it will
 
104
  # be ellipsized.
 
105
  XfceWindowMenuPlugin::max-width-chars = 24
 
106
 
 
107
  # Lucency of minimized icons. Valid values are between 0 (completely
 
108
  # hide the icon) and 100 (don't lighten the icon).
 
109
  XfceWindowMenuPlugin::minimized-icon-lucency = 50
 
110
}
 
111
class "XfceWindowMenuPlugin" style "xfce-window-menu-plugin-style"
 
112
 
 
113
 
 
114
 
 
115
XfceDirectoryMenuPlugin
 
116
-----------------------
 
117
You can set a custom icon size in gtk-icon-sizes with the name
 
118
panel-directory-menu. The default icon size is 16px.
 
119
Special widget name in this plugin is directorymenu-button.
 
120
 
 
121
 
 
122
 
 
123
XfceApplicationsMenuPlugin
 
124
-----------------------
 
125
You can set a custom icon size in gtk-icon-sizes with the name
 
126
panel-applications-menu. The default icon size is 16px.
 
127
Special widget name in this plugin is applicationmenu-button.