nobody at rubyforge.org
2007-Apr-17 22:00 UTC
[Wxruby-development] [970] branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl: Fixed a few formatting and content errors.
<!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>[970] branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl: Fixed a few formatting and content errors.</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>970</dd> <dt>Author</dt> <dd>seanlong</dd> <dt>Date</dt> <dd>2007-04-17 18:00:21 -0400 (Tue, 17 Apr 2007)</dd> </dl> <h3>Log Message</h3> <pre>Fixed a few formatting and content errors.</pre> <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextilecontrolwithitemstxtl">branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextilecontrolwithitemstxtl"></a> <div class="modfile"><h4>Modified: branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl (969 => 970)</h4> <pre class="diff"><span> <span class="info">--- branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl        2007-04-16 20:39:32 UTC (rev 969) +++ branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl        2007-04-17 22:00:21 UTC (rev 970) </span><span class="lines">@@ -55,9 +55,9 @@ </span><span class="cx"> </span><span class="cx"> Adds the item to the end of the list box. </span><span class="cx"> </span><del>- Integer *append*(%(arg-type)String% item, %(arg-type)% clientData) </del><ins>+ Integer *append*(%(arg-type)String% item, %(arg-type)Object% clientData) </ins><span class="cx"> </span><del>- Integer *append*(%(arg-type)String% item, %(arg-type)ClientData% clientData) </del><ins>+ Integer *append*(%(arg-type)String% item, %(arg-type)ClientData% clientData) </ins><span class="cx"> </span><span class="cx"> Adds the item to the end of the list box, associating the given, typed or </span><span class="cx"> untyped, client data pointer with the item. </span><span class="lines">@@ -211,10 +211,9 @@ </span><span class="cx"> Inserts the item into the list before pos. </span><span class="cx"> Not valid for @LB_SORT@ or @CB_SORT@ styles, use Append instead. </span><span class="cx"> </span><del>- Integer *insert*(%(arg-type)String% item, %(arg-type)Integer% pos, %(arg-type)% clientData) </del><ins>+ Integer *insert*(%(arg-type)String% item, %(arg-type)Integer% pos, %(arg-type)Object% clientData) </ins><span class="cx"> </span><del>- Integer *insert*(%(arg-type)String% item, %(arg-type)Integer% pos, - %(arg-type)ClientData% clientData) </del><ins>+ Integer *insert*(%(arg-type)String% item, %(arg-type)Integer% pos, %(arg-type)ClientData% clientData) </ins><span class="cx"> </span><span class="cx"> Inserts the item into the list before pos, associating the given, typed or </span><span class="cx"> untyped, client data pointer with the item. </span><span class="lines">@@ -252,7 +251,7 @@ </span><span class="cx"> </span><span class="cx"> h3(#ControlWithItems_setitemdata). ControlWithItems#set_item_data </span><span class="cx"> </span><del>- *set_item_data*(%(arg-type)Integer% n, %(arg-type)Object% data) </del><ins>+ *set_item_data*(%(arg-type)Integer% n, %(arg-type)Object% data) </ins><span class="cx"> </span><span class="cx"> Associates the ruby object with the given item in the control. This </span><span class="cx"> useful feature enables the linking of program data (for example, objects </span><span class="lines">@@ -295,7 +294,7 @@ </span><span class="cx"> </span><span class="cx"> h3(#ControlWithItems_setstring). ControlWithItems#set_string </span><span class="cx"> </span><del>- *set_string*(%(arg-type)Integer% n, %(arg-type)String% string) </del><ins>+ *set_string*(%(arg-type)Integer% n, %(arg-type)String% string) </ins><span class="cx"> </span><span class="cx"> Sets the label for the given item. </span><span class="cx"> </span></span></pre> </div> </div> </body> </html>
Seemingly Similar Threads
- [965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
- [935] branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl: Correct method signature of Listbox#get_selections method
- [966] branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl: Fix methods which don''t need a ''n'' item for arrays in Ruby
- [766] trunk/wxruby2: Added item_data aliases for client_data functions, update doc & tests;
- [964] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Fixed spelling mistake in sample.