Displaying 3 results from an estimated 3 matches for "wxnot_found".
2005 Aug 29
3
added Choicebook
Here are the new files in a zip and the patches to existing.
Also added Listbook values to parents.rb that I forgot when adding that.
Sean
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
...del><span class="cx"> int GetToolPacking() const;
</span><del>-        /**
-         * \brief Returns the tool position in the toolbar, or wxNOT_FOUND if the tool is not found.
-         * \param int
-        */
-
- //int GetToolPos(int toolId ) const;
-      &nbs...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...="cx"> virtual bool IsChecked(size_t uiIndex) const;
</span><span class="cx"> virtual void Check(size_t uiIndex, bool bCheck = true);
</span><span class="cx">
</span><del>- // return the index of the item at this position or wxNOT_FOUND
- int HitTest(const wxPoint& pt) const { return DoHitTestItem(pt.x, pt.y); }
- int HitTest(wxCoord x, wxCoord y) const { return DoHitTestItem(x, y); }
-
-
</del><span class="cx"> };
</span><span class="cx">
</span><span class="cx"...