Displaying 3 results from an estimated 3 matches for "wxacceleratorentry".
2006 Dec 31
0
[816] trunk/wxruby2: Added AcceleratorTable and AcceleratorTable classes, plus documentation
...able classes, plus documentation</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwxruby2doctextileacceleratortabletxtl">trunk/wxruby2/doc/textile/acceleratortable.txtl</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxAcceleratorEntryh">trunk/wxruby2/swig/classes/include/wxAcceleratorEntry.h</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxAcceleratorTableh">trunk/wxruby2/swig/classes/include/wxAcceleratorTable.h</a></li>
</ul>
<h3>Added Paths</h3>
&l...
2007 Jan 29
0
[856] trunk/wxruby2/swig/classes/AcceleratorTable.i: Fixed compile error on Windows
...;nbsp  2007-01-29 05:29:01 UTC (rev 856)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx"> // this is useless method, just here to inform SWIG about the existence
</span><span class="cx"> // of the wxAcceleratorEntry class, so that it creates the typed pointer
</span><span class="cx"> // definition _p_wxAcceleratorEntry
</span><del>-%extend wxAcceleratorTable { VALUE bogus__(wxAcceleratorEntry) { } }
</del><ins>+%extend wxAcceleratorTable { VALUE bogus__(wxAccelerat...
2007 Mar 18
0
[891] branches/wxruby2/wxwidgets_282: Change method name in 2.6 -> 2.8 API
...ets_282/swig/classes/include/wxAcceleratorTable.h        2007-03-18 01:38:01 UTC (rev 891)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> wxAcceleratorTable(int n , wxAcceleratorEntry entries[] ) ;
</span><span class="cx"> wxAcceleratorTable(const wxString& resource ) ;
</span><span class="cx"> virtual ~wxAcceleratorTable() ;
</span><del>- bool Ok() const;
</del><ins>+ bool IsOk() const;
</in...