Revision: 41139
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41139&view=rev
Author:   bob1961
Date:     2010-10-26 19:02:29 +0000 (Tue, 26 Oct 2010)

Log Message:
-----------
Added AttrGroupsDisplayUtility::getCurrentGroup.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/AttrGroupsDisplayUtility.tcl

Modified: brlcad/trunk/src/tclscripts/archer/AttrGroupsDisplayUtility.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/AttrGroupsDisplayUtility.tcl     
2010-10-26 18:54:07 UTC (rev 41138)
+++ brlcad/trunk/src/tclscripts/archer/AttrGroupsDisplayUtility.tcl     
2010-10-26 19:02:29 UTC (rev 41139)
@@ -46,6 +46,7 @@
        method exportAttrMap {}
        method exportToObj {}
        method exportToPng {}
+       method getCurrentGroup {}
        method hideStatusbar {}
        method hideToolbar {}
        method highlightSelectedAttr {}
@@ -393,6 +394,10 @@
     }
 }
 
+::itcl::body AttrGroupsDisplayUtility::getCurrentGroup {} {
+    return $mCurrentGroup
+}
+
 ::itcl::body AttrGroupsDisplayUtility::hideStatusbar {} {
     grid forget $itk_component(status)
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to