Displaying 2 results from an estimated 2 matches for "wxgenericvalidator".
2005 Aug 05
1
Validator
...st added a generic .i for it and it all compiled.
Sadly, the samples didn''t work because the base Validator class can''t
actually be used as a validator! You have to derive from
GenericValidator. I thought the way to get around this might be to
include both wxValidator.h and wxGenericValidator.h into the Validator.i
file. I''m a bit unclear on how one might specify that Validator in Ruby
refers to wxGenericValidator. Something to dig into this weekend I suppose.
Another thing I''m a bit unclear on is the whole (directors="1"). I''ll
investigate th...
2007 Jan 25
0
[855] trunk/wxruby2/swig/classes/include/parents.rb: Parenting for GridBagSizer
...sp 2007-01-25 18:29:24 UTC (rev 855)
</span><span class="lines">@@ -105,6 +105,7 @@
</span><span class="cx"> ''wxGenericDirCtrl'' => ''wxControl'',
</span><span class="cx"> ''wxGenericValidator'' => ''wxValidator'',
</span><span class="cx"> ''wxGrid'' => ''wxScrolledWindow'',
</span><ins>+ ''wxGridBagSizer'' => ''wxFlexGridSizer'',
</ins><span...