search for: calcmin

Displaying 6 results from an estimated 6 matches for "calcmin".

Did you mean: calc_min
2013 Feb 19
0
calcMin
I tried to use calcMin with a function that uses a number of ... arguments (all args from resid on) besides the vector of parameters being fit. Same idea as optim, nlm, nlminb for which this form of ... syntax works. But with calcMin I get an error regarding unused arguments. No partial matches to previous arguments that...
2007 May 28
0
[1033] trunk/wxruby2/swig: GC fixes for nested sizers; fix crashes in html.rb demo
...t;@@ -6,13 +6,13 @@ </span><span class="cx"> %module(directors="1") wxSizer </span><span class="cx"> GC_MANAGE_AS_OBJECT(wxSizer); </span><span class="cx"> </span><ins>+%feature("nodirector") wxSizer::CalcMin; </ins><span class="cx"> %ignore wxSizer::IsShown; </span><span class="cx"> </span><del>-%feature("nodirector") wxSizer::CalcMin; </del><ins>+// shared functions for GC marking +%include "../shared/sizers.i" +...
2007 Jan 05
0
[828] trunk/wxruby2/swig/classes/Sizer.i: Ensure that nested Sizers are disowned and not GC''d (fixes segfault at exit)
...uot;cx"> </span><span class="cx"> %include "../common.i" </span><span class="lines">@@ -9,6 +9,9 @@ </span><span class="cx"> </span><span class="cx"> %feature("nodirector") wxSizer::CalcMin; </span><span class="cx"> </span><ins>+// Any nested sizers passed to Add() in are owned by C++, not GC''d by Ruby +%apply SWIGTYPE *DISOWN { wxSizer* sizer }; + </ins><span class="cx"> %import "include/wxObject.h" </span...
2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the
2007 Jan 25
0
[854] trunk/wxruby2/swig/classes: Add support for GridBagSizer
...hat has a matching user data (it only compares + // pointer values) or NULL if not found. (non-recursive) + wxGBSizerItem* FindItemWithData(const wxObject* userData); + + + // These are what make the sizer do size calculations and layout + virtual void RecalcSizes(); + virtual wxSize CalcMin(); + + // Look at all items and see if any intersect (or would overlap) the given + // item. Returns true if so, false if there would be no overlap. If an + // excludeItem is given then it will not be checked for intersection, for + // example it may be the item we are checking the po...
2007 Jul 04
0
[1108] trunk/wxruby2/swig: Revised mem mgmt for Sizers to address more GC crashes in Sizers demo
...t;cx"> %module(directors="1") wxSizer </span><del>-GC_MANAGE_AS_OBJECT(wxSizer); </del><ins>+GC_MANAGE_AS_SIZER(wxSizer); </ins><span class="cx"> </span><span class="cx"> %feature("nodirector") wxSizer::CalcMin; </span><span class="cx"> %ignore wxSizer::IsShown; </span><span class="cx"> </span><del>-// shared functions for GC marking </del><ins>+// shared functions </ins><span class="cx"> %include "../shared/s...