search for: insertitem

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

Did you mean: insert_item
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
...und:#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>[927] branches/wxruby2/wxwidgets_282/swig/classes: Changed the version of InsertItem that puts the item before current selection to InsertItemBefore</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>927</dd> <dt>Author</dt> <dd>seanlong</dd> <dt>Date</dt> <dd>20...
2007 Jan 14
0
[848] trunk/wxruby2/swig/classes/include/wxListCtrl.h: Added missing RefreshItem and RefreshItems methods
...0:18:41 UTC (rev 847) +++ trunk/wxruby2/swig/classes/include/wxListCtrl.h&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-14 12:15:44 UTC (rev 848) </span><span class="lines">@@ -48,6 +48,8 @@ </span><span class="cx"> long InsertItem(long index , const wxString& label ) ; </span><span class="cx"> long InsertItem(long index , int imageIndex ) ; </span><span class="cx"> long InsertItem(long index , const wxString& label , int imageIndex ) ; </span><ins>+...
2006 Nov 29
0
[ wxruby-Bugs-6972 ] Wx::ListCtrl will crash if item added before insert_column called
...it will SEGV if insert_item is called before insert_column is called. Doing this (inserting an item before inserting a column) in user code is of course incorrect, but WxRuby should signal this mistake more courteously than by crashing. The relevant line thrown in the crash is: wxListMainWindow::InsertItem at ../src/generic/listctrl.cpp:4541 wxColWidthInfo *pWidthInfo = m_aColWidths.Item(item.GetColumn()); ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=6972&group_id=35
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...</span><span class="cx"> void Deselect(int n ) ; </span><span class="cx"> int GetSelections(wxArrayInt& selections ) const; </span><ins>+ int HitTest(const wxPoint& pt) const; </ins><span class="cx"> void InsertItems(int nItems, const wxString *items, int pos); </span><span class="cx"> void InsertItems(const wxArrayString& items, int pos); </span><span class="cx"> bool Selected(int n ) const; </span><span class="lines">@@ -35,7 +36,7 @@...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *