Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/button.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-11 04:17:42 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-11 04:17:42 (GMT)
commitae0f0a96c0f91582409800faa5115b63306208c7 (patch)
tree1a1de1d4d980603574976122a7f20c9141af8b81 /button.py
parent6e1b6cc4895e358e8ff42485a6580e201b093d09 (diff)
.pot changes
<b> for labels move the i button git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@586 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'button.py')
-rw-r--r--button.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/button.py b/button.py
index 131c3c6..8fef0c4 100644
--- a/button.py
+++ b/button.py
@@ -70,6 +70,14 @@ class RecdButton(TrayButton, gobject.GObject):
return img
+ def setButtClickedId( self, id ):
+ self.BUTT_CLICKED_ID = id
+
+
+ def getButtClickedId( self ):
+ return self.BUTT_CLICKED_ID
+
+
def setup_rollover_options( self, info ):
palette = Palette(info)
self.set_palette(palette)