Revision: 40626
http://brlcad.svn.sourceforge.net/brlcad/?rev=40626&view=rev
Author: bob1961
Date: 2010-09-20 21:46:39 +0000 (Mon, 20 Sep 2010)
Log Message:
-----------
Added the pane_win_name 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-20 21:45:45 UTC (rev
40625)
+++ brlcad/trunk/src/tclscripts/lib/Ged.tcl 2010-09-20 21:46:39 UTC (rev
40626)
@@ -369,6 +369,7 @@
method pane_zbuffer {_pane args}
method pane_zclip {_pane args}
method pane_zoom {_pane args}
+ method pane_win_name {_pane}
method pane_win_size {_pane args}
method pathlist {args}
method paths {args}
@@ -2001,6 +2002,10 @@
eval $mGed zoom $itk_component($_pane) $args
}
+::itcl::body cadwidgets::Ged::pane_win_name {_pane} {
+ return $itk_component($_pane)
+}
+
::itcl::body cadwidgets::Ged::pane_win_size {_pane args} {
set nargs [llength $args]
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits