Author: titmuss
Date: Mon Feb 4 15:34:24 2008
New Revision: 1798
URL: http://svn.slimdevices.com?rev=1798&root=Jive&view=rev
Log:
[EMAIL PROTECTED] (orig r1788): titmuss | 2008-02-04 16:06:16 +0000
Bug: 6918
Description:
Additional api call needed for macro playback.
Modified:
trunk/ (props changed)
trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua
Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Mon Feb 4 15:34:24 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1787
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1788
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378
Modified: trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua
URL:
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua?rev=1798&root=Jive&r1=1797&r2=1798&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua (original)
+++ trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua Mon Feb 4 15:34:24 2008
@@ -367,6 +367,19 @@
--]]
function getSelectedIndex(self)
return self.selected
+end
+
+
+--[[
+
+=head2 jive.ui.Menu:getSelectedItem()
+
+Returns the widget of the selected item.
+
+=cut
+--]]
+function getSelectedItem(self)
+ return _selectedItem(self)
end
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins