search for: contextmenuevent

Displaying 9 results from an estimated 9 matches for "contextmenuevent".

2006 Dec 31
0
[815] trunk/wxruby2/swig/classes: Added ContextMenuEvent class plus event handling methods
...argin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[815] trunk/wxruby2/swig/classes: Added ContextMenuEvent class plus event handling methods</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>815</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-12-31 06:18:32 -0500 (Sun,...
2007 Mar 19
0
wxruby2-preview 0.0.39 is released
...e is at: http://rubyforge.org/frs/?group_id=35&release_id=10372 = MAJOR CHANGES * lots of big and small bugfixes * New widget classes: ScrollBar, PasswordEntryDialog, MultiChoiceDialog * New misc classes: GridBagSizer, AcceleratorTable, IconBundle * New event classes: TextUrlEvent, MenuEvent, ContextMenuEvent * WINDOW_VARIANTS for OS X (make small and mini Aqua controls) * Lots of improvements and additions to the docs and samples = FURTHER DETAILS In particular, we hope we''ve fixed the very frequent crashes on Windows - please try running your scripts without GC.disable. This was caused by...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
.../CheckListBox.o obj/ChildFocusEvent.o obj/Choice.o obj/Choicebook.o obj/ChoicebookEvent.o obj/ClientDC.o obj/ClientDataContainer.o obj/Clipboard.o obj/CloseEvent.o obj/CollapsiblePane.o obj/CollapsiblePaneEvent.o obj/Colour.o obj/ColourData.o obj/ColourDialog.o obj/ComboBox.o obj/CommandEvent.o obj/ContextMenuEvent.o obj/Control.o obj/ControlWithItems.o obj/Cursor.o obj/DC.o obj/DataObject.o obj/DataObjectSimple.o obj/Dialog.o obj/DirDialog.o obj/DragImage.o obj/DropSource.o obj/DropTarget.o obj/EraseEvent.o obj/Event.o obj/EvtHandler.o obj/FileDataObject.o obj/FileDialog.o obj/FileDropTarget.o obj/FindDialog...
2006 Dec 31
0
[817] trunk/wxruby2/Changelog: Last changes of 2006!
...xruby2/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 is used to instantiate a Colour (Alex Fenton) +- Restored tree item images and f...
2007 Mar 09
0
[877] trunk/wxruby2/Changelog: Update with 0.0.39 changes; correct last version number
...t 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 class="lines">@@ -16,7 +41,7 @@ </span><span class="cx"> - Added TextUrlEvent class (Alex...
2007 Mar 04
8
0.0.39 etc
Hi I''d like to tag and release 0.0.39 some time in the next couple of days. Bit short of time over the next few weeks so would like to get our recent bug fixes out there. I''ll update the Changelog and run through the samples, but please shout if anything else should get some attetnion before we release. Hopefully this could be our last preview release - also going to try
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...=> Wx::ActivateEvent, + Wx::EVT_CREATE => Wx::WindowCreateEvent, + Wx::EVT_DESTROY => Wx::WindowDestroyEvent, + Wx::EVT_MENU_OPEN => Wx::MenuEvent, + Wx::EVT_MENU_CLOSE => Wx::MenuEvent, + Wx::EVT_MENU_HIGHLIGHT => Wx::MenuEvent, + Wx::EVT_CONTEXT_MENU => Wx::ContextMenuEvent, + Wx::EVT_AUI_PANE_BUTTON => Wx::AuiManagerEvent, + Wx::EVT_AUI_PANE_CLOSE => Wx::AuiManagerEvent, + Wx::EVT_AUI_PANE_MAXIMIZE => Wx::AuiManagerEvent, + Wx::EVT_AUI_PANE_RESTORE => Wx::AuiManagerEvent, + Wx::EVT_AUI_RENDER => Wx::AuiManagerEvent, + Wx::EVT_AUI_FIND...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...o obj/Choicebook.o obj/ChoicebookEvent.o obj/ClientDC.o obj/ClientDataContainer.o obj/Clipboard.o obj/ClipboardTextEvent.o obj/CloseEvent.o obj/CollapsiblePane.o obj/CollapsiblePaneEvent.o obj/Colour.o obj/ColourData.o obj/ColourDialog.o obj/ComboBox.o obj/CommandEvent.o obj/ContextHelpButton.o obj/ContextMenuEvent.o obj/Control.o obj/ControlWithItems.o obj/Cursor.o obj/DC.o obj/DataFormat.o obj/DataObject.o obj/DataObjectComposite.o obj/DataObjectSimple.o obj/DateEvent.o obj/DatePickerCtrl.o obj/Dialog.o obj/DirDialog.o obj/Display.o obj/DragImage.o obj/DropSource.o obj/DropTarget.o obj/EraseEvent.o obj/Even...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...=> Wx::ActivateEvent, - Wx::EVT_CREATE => Wx::WindowCreateEvent, - Wx::EVT_DESTROY => Wx::WindowDestroyEvent, - Wx::EVT_MENU_OPEN => Wx::MenuEvent, - Wx::EVT_MENU_CLOSE => Wx::MenuEvent, - Wx::EVT_MENU_HIGHLIGHT => Wx::MenuEvent, - Wx::EVT_CONTEXT_MENU => Wx::ContextMenuEvent, - Wx::EVT_AUI_PANE_BUTTON => Wx::AuiManagerEvent, - Wx::EVT_AUI_PANE_CLOSE => Wx::AuiManagerEvent, - Wx::EVT_AUI_PANE_MAXIMIZE => Wx::AuiManagerEvent, - Wx::EVT_AUI_PANE_RESTORE => Wx::AuiManagerEvent, - Wx::EVT_AUI_RENDER => Wx::AuiManagerEvent, - Wx::EVT_AUI_FIND...