search for: wxacceleratortable

Displaying 5 results from an estimated 5 matches for "wxacceleratortable".

Did you mean: acceleratortable
2006 Dec 31
0
[816] trunk/wxruby2: Added AcceleratorTable and AcceleratorTable classes, plus documentation
...quot;>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> <ul> <li><a href="#trunkwxruby2swigclassesAcceleratorEntryi">trunk/wxruby2/swig/classes/AcceleratorEntry.i</a></li> <li>...
2007 Mar 18
0
[891] branches/wxruby2/wxwidgets_282: Change method name in 2.6 -> 2.8 API
...;h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextileacceleratortabletxtl">branches/wxruby2/wxwidgets_282/doc/textile/acceleratortable.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxAcceleratorTableh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxAcceleratorTable.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextileacceleratortabletxtl"></a> <div class=&q...
2007 Jan 29
0
[856] trunk/wxruby2/swig/classes/AcceleratorTable.i: Fixed compile error on Windows
...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__(wxAcceleratorEntry) { return (VALUE)0; } } </ins><span class="cx"> </span><span class="cx"> </span><span class="cx"> // Fo...
2003 Nov 03
1
Hotkeys for menu items
Hi! I know, that a menupoint can have a hotkey, you just have to separate the menu description and the hotkey with a tab. But can you have more hotkeys? thx Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Sets the accelerator table for this window. See . -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param const wxAcceleratorTable& -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> virtual void SetAcceleratorTable(const wxAcceleratorTable& accel ) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&amp...