Added hotkeys to menus "E&xit\tAlt-X" and such.
Added hotkeys to minimal sample. Please on wxMSW. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -506,7 +506,7 @@ m_text(NULL), m_notebook(NULL)
|
||||
(*m_multitext) << " Appended.";
|
||||
m_multitext->SetInsertionPoint(0);
|
||||
m_multitext->WriteText( "Prepended. " );
|
||||
m_multitext->AppendText( "\nPress function keys to test different wxTextCtrl functions." );
|
||||
m_multitext->AppendText( "\nPress function keys for test different tests." );
|
||||
|
||||
(*m_multitext) << "\nDoes it have cross cursor?";
|
||||
m_multitext->SetCursor(*wxCROSS_CURSOR);
|
||||
|
Reference in New Issue
Block a user