search for: insert_item_before

Displaying 5 results from an estimated 5 matches for "insert_item_before".

2007 Mar 30
0
[931] branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl: Added insert_item_before documentation.
...kground:#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>[931] branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl: Added insert_item_before documentation.</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>931</dd> <dt>Author</dt> <dd>seanlong</dd> <dt>Date</dt> <dd>2007-03-29 20:24:11 -0400 (Thu, 29 Mar 2007)</dd...
2007 Mar 29
0
[927] branches/wxruby2/wxwidgets_282/swig/classes: Changed the version of InsertItem that puts the item before current selection to InsertItemBefore
...;cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp} </span><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp//Changed this version of insert_item to insert_item_before so SWIG +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp//does not get confused between the 2 method signatures +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp//This behavior matches that used by wxPython. +&nbsp&nbsp&nbsp&nbsp&...
2007 Dec 30
1
ReOrdering Wx::TreeCtrl Items
Given the following hash: #... @project_list = { ''Contract0'' => nil, ''Contract1'' => { ''Project1'' => nil, ''Project2'' => nil, ''Project3'' => { ''task1'' =>
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...+- Change over all classes in 2.8 that now use is_ok rather than ok, samples (AF) +- Rename SplitterWindow#initialize to #init for consistency (SL) +- Cure a segfault on exit related to GC''ing of Wx::App (AF) +- Correct ListBox#get_selections signature in docs (AF) +- Disambiguate TreeCtrl#insert_item_before, add to docs (SL) +- Fix bugs in treectrl sample (SL) +- 2.8 API: DC, Dialog, DirDialog, Cursor (AF) +- Enable get_number_from_user function, fixing dialogs sample (AF) +- Added the AUI classes, docs and sample (AF) +- Corrected disambiguated method names in ComboBox docs (AF) +- Added note on use...
2007 Apr 13
0
[956] branches/wxruby2/wxwidgets_282: Additions to TreeCtrl API 2.6->2.8
...gt; * "TreeCtrl#get_selection":#TreeCtrl_getselection </span><span class="lines">@@ -175,6 +179,7 @@ </span><span class="cx"> * "TreeCtrl#insert_item":#TreeCtrl_insertitem </span><span class="cx"> * "TreeCtrl#insert_item_before":#TreeCtrl_insertitembefore </span><span class="cx"> * "TreeCtrl#is_bold":#TreeCtrl_isbold </span><ins>+* "TreeCtrl#is_empty":#TreeCtrl_isempty </ins><span class="cx"> * "TreeCtrl#is_expanded":#TreeCtrl_isexp...