search for: testnotebook

Displaying 1 result from an estimated 1 matches for "testnotebook".

Did you mean: tednotebook
2010 Mar 20
1
Tab key traversal
...(@m_textCtrl2) { m_textCtrl3.set_focus } wxEVT_CHAR(@m_textCtrl3) { m_textCtrl4.set_focus } wxEVT_CHAR(@m_textCtrl4) { m_textCtrl4.set_focus } # evt_button(@m_buttonincrement) { increaseColour } # evt_button(@m_buttondecrement) { decreaseColour } end Wx::App.run do self.app_name = ''TestNotebook'' frame = MainFrame.new frame.show end