1. better kbd interface to wxTextCtrl (selection...)
2. mouse input handling git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -407,7 +407,8 @@ void MyUnivFrame::OnListBox(wxCommandEvent& event)
|
||||
|
||||
void MyUnivFrame::OnTextChange(wxCommandEvent& event)
|
||||
{
|
||||
wxLogDebug(_T("Text control value changed: now '%s'"), event.GetString());
|
||||
wxLogDebug(_T("Text control value changed: now '%s'"),
|
||||
event.GetString().c_str());
|
||||
}
|
||||
|
||||
void MyUnivFrame::OnLeftUp(wxMouseEvent& event)
|
||||
|
Reference in New Issue
Block a user