nobody at rubyforge.org
2007-Jun-05 20:13 UTC
[Wxruby-development] [1050] trunk/wxruby2/doc/textile: Delete doc references to remove assign_image_list methods in Tree/ListCtrl
<!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>[1050] trunk/wxruby2/doc/textile: Delete doc references to remove assign_image_list methods in Tree/ListCtrl</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1050</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-06-05 16:13:43 -0400 (Tue, 05 Jun 2007)</dd> </dl> <h3>Log Message</h3> <pre>Delete doc references to remove assign_image_list methods in Tree/ListCtrl</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2doctextilelistctrltxtl">trunk/wxruby2/doc/textile/listctrl.txtl</a></li> <li><a href="#trunkwxruby2doctextiletreectrltxtl">trunk/wxruby2/doc/textile/treectrl.txtl</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2doctextilelistctrltxtl"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/doc/textile/listctrl.txtl (1049 => 1050)</h4> <pre class="diff"><span> <span class="info">--- trunk/wxruby2/doc/textile/listctrl.txtl        2007-06-05 20:08:06 UTC (rev 1049) +++ trunk/wxruby2/doc/textile/listctrl.txtl        2007-06-05 20:13:43 UTC (rev 1050) </span><span class="lines">@@ -99,7 +99,6 @@ </span><span class="cx"> </span><span class="cx"> * "ListCtrl.new":#ListCtrl_new </span><span class="cx"> * "ListCtrl#arrange":#ListCtrl_arrange </span><del>-* "ListCtrl#assign_image_list":#ListCtrl_assignimagelist </del><span class="cx"> * "ListCtrl#clear_all":#ListCtrl_clearall </span><span class="cx"> * "ListCtrl#create":#ListCtrl_create </span><span class="cx"> * "ListCtrl#delete_all_items":#ListCtrl_deleteallitems </span><span class="lines">@@ -202,17 +201,6 @@ </span><span class="cx"> |LIST_ALIGN_TOP|Align to the top side of the control.| </span><span class="cx"> |LIST_ALIGN_SNAP_TO_GRID|Snap to grid.| </span><span class="cx"> </span><del>- - -h3(#ListCtrl_assignimagelist). ListCtrl#assign_image_list - - *assign_image_list*(%(arg-type)ImageList% imageList, %(arg-type)Integer% which) - -Sets the image list associated with the control and -takes ownership of it (i.e. the control will, unlike when using -SetImageList, delete the list when destroyed). _which_ is one of -IMAGE_LIST_NORMAL, IMAGE_LIST_SMALL, IMAGE_LIST_STATE (the last is unimplemented). - </del><span class="cx"> h4. See also </span><span class="cx"> </span><span class="cx"> "ListCtrl#set_image_list":listctrl.html#ListCtrl_setimagelist </span><span class="lines">@@ -773,16 +761,6 @@ </span><span class="cx"> </span><span class="cx"> Sets the image list associated with the control. _which_ is one of </span><span class="cx"> IMAGE_LIST_NORMAL, IMAGE_LIST_SMALL, IMAGE_LIST_STATE (the last is unimplemented). </span><del>- -This method does not take ownership of the image list, you have to -delete it yourself. - -h4. See also - -"ListCtrl#assign_image_list":listctrl.html#ListCtrl_assignimagelist - - - </del><span class="cx"> h3(#ListCtrl_setitem). ListCtrl#set_item </span><span class="cx"> </span><span class="cx"> Integer *set_item*(%(arg-type)Integer% index, %(arg-type)Integer% col, </span></span></pre></div> <a id="trunkwxruby2doctextiletreectrltxtl"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/doc/textile/treectrl.txtl (1049 => 1050)</h4> <pre class="diff"><span> <span class="info">--- trunk/wxruby2/doc/textile/treectrl.txtl        2007-06-05 20:08:06 UTC (rev 1049) +++ trunk/wxruby2/doc/textile/treectrl.txtl        2007-06-05 20:13:43 UTC (rev 1050) </span><span class="lines">@@ -130,9 +130,6 @@ </span><span class="cx"> * "TreeCtrl.new":#TreeCtrl_new </span><span class="cx"> * "TreeCtrl#add_root":#TreeCtrl_addroot </span><span class="cx"> * "TreeCtrl#append_item":#TreeCtrl_appenditem </span><del>-* "TreeCtrl#assign_buttons_image_list":#TreeCtrl_assignbuttonsimagelist -* "TreeCtrl#assign_image_list":#TreeCtrl_assignimagelist -* "TreeCtrl#assign_state_image_list":#TreeCtrl_assignstateimagelist </del><span class="cx"> * "TreeCtrl#collapse":#TreeCtrl_collapse </span><span class="cx"> * "TreeCtrl#collapse_all":#TreeCtrl_collapseall </span><span class="cx"> * "TreeCtrl#collapse_all_children":#TreeCtrl_collapseallchildren </span><span class="lines">@@ -270,54 +267,6 @@ </span><span class="cx"> If _image_ > -1 and _selImage_ is -1, the same image is used for </span><span class="cx"> both selected and unselected items. </span><span class="cx"> </span><del>- -h3(#TreeCtrl_assignbuttonsimagelist). TreeCtrl#assign_buttons_image_list - - *assign_buttons_image_list*(%(arg-type)ImageList% imageList) - -Sets the buttons image list. The button images assigned with this method will -be automatically deleted by TreeCtrl as appropriate -(i.e. it takes ownership of the list). - -Setting or assigning the button image list enables the display of image buttons. -Once enabled, the only way to disable the display of button images is to set -the button image list to @nil@. - -This function is only available in the generic version. - -See also "set_buttons_image_list":#TreeCtrl_setbuttonsimagelist. - - -h3(#TreeCtrl_assignimagelist). TreeCtrl#assign_image_list - - *assign_image_list*(%(arg-type)ImageList% imageList) - -Sets the normal image list. Image list assigned with this method will -be automatically deleted by TreeCtrl as appropriate -(i.e. it takes ownership of the list). - -See also "set_image_list":#TreeCtrl_setimagelist. - - -h3(#TreeCtrl_assignstateimagelist). TreeCtrl#assign_state_image_list - - *assign_state_image_list*(%(arg-type)ImageList% imageList) - -Sets the state image list. Image list assigned with this method will -be automatically deleted by TreeCtrl as appropriate -(i.e. it takes ownership of the list). - -See also "set_state_image_list":#TreeCtrl_setstateimagelist. - - - -h3(#TreeCtrl_collapse). TreeCtrl#collapse - - *collapse*(%(arg-type)TreeItemId% item) - -Collapses the given item. - - </del><span class="cx"> h3(#TreeCtrl_collapseall). TreeCtrl#collapse_all </span><span class="cx"> </span><span class="cx"> *collapse_all*() </span><span class="lines">@@ -904,18 +853,13 @@ </span><span class="cx"> *set_buttons_image_list*(%(arg-type)ImageList% imageList) </span><span class="cx"> </span><span class="cx"> Sets the buttons image list (from which application-defined button images are taken). </span><del>-The button images assigned with this method will -*not* be deleted by TreeCtrl''s destructor, you must delete it yourself. </del><span class="cx"> </span><del>-Setting or assigning the button image list enables the display of image buttons. -Once enabled, the only way to disable the display of button images is to set -the button image list to @nil@. </del><ins>+Setting the button image list enables the display of image buttons. +Once enabled, the only way to disable the display of button images is to +set the button image list to @nil@. </ins><span class="cx"> </span><span class="cx"> This function is only available in the generic version. </span><span class="cx"> </span><del>-See also "assign_buttons_image_list":#TreeCtrl_assignbuttonsimagelist. - - </del><span class="cx"> h3(#TreeCtrl_setindent). TreeCtrl#set_indent </span><span class="cx"> </span><span class="cx"> *set_indent*(%(arg-type)Integer% indent) </span><span class="lines">@@ -927,13 +871,8 @@ </span><span class="cx"> </span><span class="cx"> *set_image_list*(%(arg-type)ImageList% imageList) </span><span class="cx"> </span><del>-Sets the normal image list. Image list assigned with this method will -*not* be deleted by TreeCtrl''s destructor, you must delete it yourself. </del><ins>+Sets the normal image list. </ins><span class="cx"> </span><del>-See also "assign_image_list":#TreeCtrl_assignimagelist. - - - </del><span class="cx"> h3(#TreeCtrl_setitembackgroundcolour). TreeCtrl#set_item_background_colour </span><span class="cx"> </span><span class="cx"> *set_item_background_colour*(%(arg-type)TreeItemId% item, %(arg-type)Colour% col) </span><span class="lines">@@ -1039,11 +978,7 @@ </span><span class="cx"> *set_state_image_list*(%(arg-type)ImageList% imageList) </span><span class="cx"> </span><span class="cx"> Sets the state image list (from which application-defined state images are taken). </span><del>-Image list assigned with this method will -*not* be deleted by TreeCtrl''s destructor, you must delete it yourself. </del><span class="cx"> </span><del>-See also "assign_state_image_list":#TreeCtrl_assignstateimagelist. - </del><span class="cx"> h3(#TreeCtrl_setwindowstyle). TreeCtrl#set_window_style </span><span class="cx"> </span><span class="cx"> *set_window_style*(%(arg-type)Integer% styles) </span></span></pre> </div> </div> </body> </html>
Seemingly Similar Threads
- [956] branches/wxruby2/wxwidgets_282: Additions to TreeCtrl API 2.6->2.8
- [1053] trunk/wxruby2/samples: Change references to assign_image_list methods to set_image_list in samples
- [1052] trunk/wxruby2: Remove unwanted Notebook#assign_image_list method, update docs
- [1051] trunk/wxruby2/samples/aui/aui.rb: Changed assign_image_list to set_image_list.
- TreeCtrl item_data