Revision: 40668
http://brlcad.svn.sourceforge.net/brlcad/?rev=40668&view=rev
Author: bob1961
Date: 2010-09-24 13:50:44 +0000 (Fri, 24 Sep 2010)
Log Message:
-----------
Added the handle_expose method to cadwidgets::Ged.
Modified Paths:
--------------
brlcad/trunk/src/tclscripts/lib/Ged.tcl
Modified: brlcad/trunk/src/tclscripts/lib/Ged.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/Ged.tcl 2010-09-24 13:49:46 UTC (rev
40667)
+++ brlcad/trunk/src/tclscripts/lib/Ged.tcl 2010-09-24 13:50:44 UTC (rev
40668)
@@ -194,6 +194,7 @@
method glob {args}
method gqa {args}
method grid {args}
+ method handle_expose {args}
method hide {args}
method how {args}
method human {args}
@@ -1296,6 +1297,10 @@
}
}
+::itcl::body cadwidgets::Ged::handle_expose {args} {
+ eval $mGed handle_expose $args
+}
+
::itcl::body cadwidgets::Ged::hide {args} {
eval $mGed hide $args
}
@@ -3707,6 +3712,9 @@
"Black" {
return "0 0 0"
}
+ "Navy" {
+ return "0 0 50"
+ }
"Blue" {
return "0 0 255"
}
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