search for: acceleratorentry

Displaying 7 results from an estimated 7 matches for "acceleratorentry".

Did you mean: wxacceleratorentry
2006 Dec 31
0
[816] trunk/wxruby2: Added AcceleratorTable and AcceleratorTable classes, plus documentation
...le 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 May 28
8
sash position problem
Hi, I''ve written a small app implementing SplitterWindow and have a problem with specifying the sash position on Windows. At the moment, I call split_vertically and pass it a positive integer for position. This works as expected on FreeBSD and Linux (Ubuntu and Debian), but seems to have no effect on Windows. Is there something particular I need to be doing to get this to work on
2007 Jan 29
0
[856] trunk/wxruby2/swig/classes/AcceleratorTable.i: Fixed compile error on Windows
...bsp&nbsp&nbsp2007-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...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...system using the distribution''s own wxgtk 2.8 development package, I noticed a missing link dependency: The wxruby2.so module is created at the end of the rake-driven compilation with the command g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o...
2006 Dec 31
0
[817] trunk/wxruby2/Changelog: Last changes of 2006!
...mp;nbsp&nbsp&nbsp&nbsp2006-12-31 14:08:22 UTC (rev 816) +++ trunk/wxruby2/Changelog&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-12-31 14:11:41 UTC (rev 817) </span><span class="lines">@@ -1,6 +1,14 @@ </span><ins>+- Added AcceleratorEntry and AcceleratorTable classes, plus doc (Alex Fenton) +- Added ContextMenuEvent plus plumbing (Alex Fenton) +- Added ScrollBar and ScrollEvent, plus event handling plumbing (Alex Fenton) +- Added WINDOW_VARIANT enum for small/mini controls on OS X (Alex Fenton) +- Raise an error if an invalid name i...
2007 Mar 09
0
[877] trunk/wxruby2/Changelog: Update with 0.0.39 changes; correct last version number
...App.on_init to avoid GTK error messages (Alex Fenton) +- Added DEFAULT_VALIDATOR constant (Alex Fenton) +- Tidied up redundant stuff for old Wx versions in App.i (Alex Fenton) +- Added convenience wrapper & doc for TextUrlEvent (Alex Fenton) </ins><span class="cx"> - Added AcceleratorEntry and AcceleratorTable classes, plus doc (Alex Fenton) </span><span class="cx"> - Added ContextMenuEvent plus plumbing (Alex Fenton) </span><span class="cx"> - Added ScrollBar and ScrollEvent, plus event handling plumbing (Alex Fenton) </span><span...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...'s the problem with that. I thought, I had all neccessary libraries installed, but maybe you know better... After compiling for a long time, rake fails with this error: ----------------------------------- g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDefaultDockArt.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox....