[Xfce4-commits] <xfce4-panel:devel> Mention widget names in the readme file.
Nick Schermer
noreply at xfce.org
Mon Feb 15 15:34:06 CET 2010
Updating branch refs/heads/devel
to 35e1a8308269e709feaadcb2ad22f2840af83d41 (commit)
from d24e473e23f193c8619b00d9c1df3a2610bee0f2 (commit)
commit 35e1a8308269e709feaadcb2ad22f2840af83d41
Author: Nick Schermer <nick at xfce.org>
Date: Mon Feb 15 15:25:42 2010 +0100
Mention widget names in the readme file.
docs/README.gtkrc-2.0 | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/docs/README.gtkrc-2.0 b/docs/README.gtkrc-2.0
index ca1dfd7..70f18ac 100644
--- a/docs/README.gtkrc-2.0
+++ b/docs/README.gtkrc-2.0
@@ -1,7 +1,15 @@
The Xfce Panel .gtkrc-2.0 hacks
===============================
+All Plugins
+-----------
+Every plugin has a unique widget name. You can find this name by
+hovering the plugin in the items tab in the panel preferences dialog.
+
+
+
XfcePanelWindow
+---------------
style "xfce-panel-window-style"
{
# Time in miliseconds before the panel will unhide on an enter event
@@ -15,7 +23,7 @@ class "XfcePanelWindow" style "xfce-panel-window-style"
XfceTasklist
----------------
+------------
style "xfce-tasklist-style"
{
# The maximum length of a button before the label ellipsizes.
@@ -43,6 +51,7 @@ XfceLauncherPlugin
------------------
You can set a custom icon size in gtk-icon-sizes with the name
panel-launcher-menu. The default icon size is 32px.
+Special widget names in this plugin are launcher-button and launcher-arrow.
@@ -64,6 +73,7 @@ XfceWindowMenuPlugin
You can set a custom icon size in gtk-icon-sizes with the name
panel-window-menu. The default icon size is 16px. Note that the window
icons are 16 or 32 pixels, all other sizes will result in scaling.
+Special widget name in this plugin is windowmenu-button.
style "xfce-window-menu-plugin-style"
{
@@ -86,3 +96,4 @@ XfceDirectoryMenuPlugin
-----------------------
You can set a custom icon size in gtk-icon-sizes with the name
panel-directory-menu. The default icon size is 16px.
+Special widget name in this plugin is directorymenu-button.
More information about the Xfce4-commits
mailing list