Displaying 5 results from an estimated 5 matches for "evt_wizard_help".
2006 Jul 25
6
Wizards
Hi
Please find attached a set of patches and swig files to implement
Wizards for wxruby. Also a brief sample.
Quick q - the C declarations of evt_xxx_xxx methods and their attaching
to Ruby classes seems to be duplicated across Events.i and EvtHandler.i
- is one of these the right place to be adding them? or both?
Thanks
alex
_______________________________________________
2007 May 29
0
[1035] trunk/wxruby2/swig/classes/EvtHandler.i: Removed a heap of redundant stuff that''s been #if 0''d for a while
...age_changing(int argc, VALUE *argv, VALUE self)
-{
- return internal_evt_with_id(argc, argv, self, wxEVT_WIZARD_PAGE_CHANGING);
-}
-
-static VALUE evt_wizard_cancel(int argc, VALUE *argv, VALUE self)
-{
- return internal_evt_with_id(argc, argv, self, wxEVT_WIZARD_CANCEL);
-}
-
-static VALUE evt_wizard_help(int argc, VALUE *argv, VALUE self)
-{
- return internal_evt_with_id(argc, argv, self, wxEVT_WIZARD_HELP);
-}
-
-static VALUE evt_wizard_finished(int argc, VALUE *argv, VALUE self)
-{
- return internal_evt_with_id(argc, argv, self, wxEVT_WIZARD_FINISHED);
-}
-
-static VALUE evt_sash_dragged(...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...zeEvent,
- Wx::EVT_GRID_ROW_SIZE => Wx::GridSizeEvent,
- Wx::EVT_GRID_EDITOR_CREATED => Wx::GridEditorCreatedEvent,
- Wx::EVT_WIZARD_PAGE_CHANGED => Wx::WizardEvent,
- Wx::EVT_WIZARD_PAGE_CHANGING => Wx::WizardEvent,
- Wx::EVT_WIZARD_CANCEL => Wx::WizardEvent,
- Wx::EVT_WIZARD_HELP => Wx::WizardEvent,
- Wx::EVT_WIZARD_FINISHED => Wx::WizardEvent,
- Wx::EVT_COMMAND_LIST_BEGIN_DRAG => Wx::ListEvent,
- Wx::EVT_COMMAND_LIST_BEGIN_RDRAG => Wx::ListEvent,
- Wx::EVT_COMMAND_LIST_BEGIN_LABEL_EDIT => Wx::ListEvent,
- Wx::EVT_COMMAND_LIST_END_LABEL_EDIT =&...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...zeEvent,
+ Wx::EVT_GRID_ROW_SIZE => Wx::GridSizeEvent,
+ Wx::EVT_GRID_EDITOR_CREATED => Wx::GridEditorCreatedEvent,
+ Wx::EVT_WIZARD_PAGE_CHANGED => Wx::WizardEvent,
+ Wx::EVT_WIZARD_PAGE_CHANGING => Wx::WizardEvent,
+ Wx::EVT_WIZARD_CANCEL => Wx::WizardEvent,
+ Wx::EVT_WIZARD_HELP => Wx::WizardEvent,
+ Wx::EVT_WIZARD_FINISHED => Wx::WizardEvent,
+ Wx::EVT_COMMAND_LIST_BEGIN_DRAG => Wx::ListEvent,
+ Wx::EVT_COMMAND_LIST_BEGIN_RDRAG => Wx::ListEvent,
+ Wx::EVT_COMMAND_LIST_BEGIN_LABEL_EDIT => Wx::ListEvent,
+ Wx::EVT_COMMAND_LIST_END_LABEL_EDIT =&...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...2, "wxEVT_COMMAND_LEFT_DCLICK"],
</span><del>-["EVT_LIST_SET_INFO", 2, "wxEVT_COMMAND_LIST_SET_INFO"],
</del><ins>+#["EVT_LIST_SET_INFO", 2, "wxEVT_COMMAND_LIST_SET_INFO"],
</ins><span class="cx"> ["EVT_WIZARD_HELP", 2, "wxEVT_WIZARD_HELP"],
</span><span class="cx"> ["EVT_TAB_SEL_CHANGED", 2, "wxEVT_TAB_SEL_CHANGED"],
</span><span class="cx"> ["EVT_KEY_UP", 1, "wxEVT_KEY_UP"],
</span></span></pre&...