[Xfce4-commits] r30153 - pyxfce/trunk/examples/panel/testplugin1
Danny Milosavljevic
dannym at xfce.org
Thu Jul 2 23:25:49 CEST 2009
Author: dannym
Date: 2009-07-02 21:25:49 +0000 (Thu, 02 Jul 2009)
New Revision: 30153
Modified:
pyxfce/trunk/examples/panel/testplugin1/testplugin.py
Log:
add relieflessness to make the panel example look like a normal panel plugin.
Modified: pyxfce/trunk/examples/panel/testplugin1/testplugin.py
===================================================================
--- pyxfce/trunk/examples/panel/testplugin1/testplugin.py 2009-07-02 21:14:16 UTC (rev 30152)
+++ pyxfce/trunk/examples/panel/testplugin1/testplugin.py 2009-07-02 21:25:49 UTC (rev 30153)
@@ -11,6 +11,7 @@
xfce4.panel.Plugin.__init__(self)
button1 = gtk.Button("test")
+ button1.set_relief(gtk.RELIEF_NONE)
button1.show()
self.add(button1)
More information about the Xfce4-commits
mailing list