nobody at rubyforge.org
2006-Dec-24  02:43 UTC
[Wxruby-development] [800] trunk/wxruby2/doc/textile/treectrl.txtl: TreeCtrl#traverse has moved to wx sugar
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type"
content="text/html; charset=utf-8" /><style
type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:'':'';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family:
verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;
font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding:
6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid;
padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family:
verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch
.binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[800] trunk/wxruby2/doc/textile/treectrl.txtl: TreeCtrl#traverse
has moved to wx sugar</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>800</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-12-23 21:43:39 -0500 (Sat, 23 Dec
2006)</dd>
</dl>
<h3>Log Message</h3>
<pre>TreeCtrl#traverse has moved to wx sugar</pre>
<h3>Modified Paths</h3>
<ul>
<li><a
href="#trunkwxruby2doctextiletreectrltxtl">trunk/wxruby2/doc/textile/treectrl.txtl</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwxruby2doctextiletreectrltxtl"></a>
<div class="modfile"><h4>Modified:
trunk/wxruby2/doc/textile/treectrl.txtl (799 => 800)</h4>
<pre class="diff"><span>
<span class="info">---
trunk/wxruby2/doc/textile/treectrl.txtl        2006-12-24
02:26:37 UTC (rev 799)
+++
trunk/wxruby2/doc/textile/treectrl.txtl        2006-12-24
02:43:39 UTC (rev 800)
</span><span class="lines">@@ -182,7 +182,6 @@
</span><span class="cx"> *
"TreeCtrl#sort_children":#TreeCtrl_sortchildren
</span><span class="cx"> *
"TreeCtrl#toggle":#TreeCtrl_toggle
</span><span class="cx"> *
"TreeCtrl#toggle_item_selection":#TreeCtrl_toggleitemselection
</span><del>-* "TreeCtrl#traverse":#TreeCtrl_traverse
</del><span class="cx"> *
"TreeCtrl#unselect":#TreeCtrl_unselect
</span><span class="cx"> *
"TreeCtrl#unselect_all":#TreeCtrl_unselectall
</span><span class="cx"> *
"TreeCtrl#unselect_item":#TreeCtrl_unselectitem
</span><span class="lines">@@ -982,18 +981,6 @@
</span><span class="cx"> Toggles the given item between
selected and unselected states. For
</span><span class="cx"> multiselection controls only.
</span><span class="cx"> 
</span><del>-h3(#TreeCtrl_traverse). TreeCtrl#traverse
-
-  *toggle_item_selection*(%(arg-type)TreeItemId% start_item = root_id) {
| item_id | ... }
-
-Recurses over the treectrl''s items, passing each TreeItemId
successively
-into the passed block. This TreeItemId can be used as an argument to
-many other methods in this class.
-
-The @start_item@ argument will be the first item_id passed into the
-block, followed by its children and descendants, depth first. If
-@start_item@ is not specified, it defaults to the root item of the tree.
-
</del><span class="cx"> h3(#TreeCtrl_unselect).
TreeCtrl#unselect
</span><span class="cx"> 
</span><span class="cx">   *unselect*()
</span></span></pre>
</div>
</div>
</body>
</html>
Seemingly Similar Threads
- [779] trunk/wxruby2: Added TreeCtrl#traverse method and documentation
- [940] trunk/wxsugar/lib/wx_sugar/wx_classes/treectrl.rb: Align #traverse usage with #each in enumerable_controls.rb
- [793] trunk/wxsugar/lib/wx_sugar/wx_classes/treectrl.rb: Moved traverse method in wxSugar
- [931] branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl: Added insert_item_before documentation.
- [835] trunk/wxruby2/doc/textile: Updated documentation about TreeItemId
