search for: is_modified

Displaying 2 results from an estimated 2 matches for "is_modified".

Did you mean: 2_modified
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...uot;> * "TextCtrl#hit_test":#TextCtrl_hittest </span><span class="cx"> * "TextCtrl#is_editable":#TextCtrl_iseditable </span><ins>+* "TextCtrl#is_empty":#TextCtrl_isempty </ins><span class="cx"> * "TextCtrl#is_modified":#TextCtrl_ismodified </span><span class="cx"> * "TextCtrl#is_multi_line":#TextCtrl_ismultiline </span><span class="cx"> * "TextCtrl#is_single_line":#TextCtrl_issingleline </span><span class="lines">@@ -162,9...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up