search for: evt_wizard_finished

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

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
...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(int argc, VALUE *argv, VALUE self) -{ - return internal_evt_with_id(argc, argv, self, wxEVT_SASH_DRAGGED); -} - -static VALUE evt_sash_dragged_ra...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...idSizeEvent, - 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 => Wx::ListEvent, - Wx::EVT_COMMAND_LIST_DELETE_...
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci. quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaƮt dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaƮt tout de suite. Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...idSizeEvent, + 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 => Wx::ListEvent, + Wx::EVT_COMMAND_LIST_DELETE_...