Displaying 1 result from an estimated 1 matches for "selectedimag".
Did you mean:
selectedimage
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
...hat used by wxPython.
+        wxTreeItemId insert_item_before(const wxTreeItemId& parent,
+ size_t index,
+ const wxString& text,
+ int image = -1, int selectedImage = -1,
+ wxTreeItemData *data = NULL)
+        {
+                return self->...