git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2431
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
PrepareDC( dc );
SetFocus();
PrepareDC( dc );
SetFocus();
wxPoint findPos;
findPos.x = dc.DeviceToLogicalX(event.GetX());
findPos.y = dc.DeviceToLogicalY(event.GetY());
wxPoint findPos;
findPos.x = dc.DeviceToLogicalX(event.GetX());
findPos.y = dc.DeviceToLogicalY(event.GetY());
{
m_llist->MoveCursorTo(cursorPos);
ScrollToCursor();
{
m_llist->MoveCursorTo(cursorPos);
ScrollToCursor();
+ Refresh(FALSE); // DoPaint suppresses flicker under GTK
}
if(!m_doSendEvents) // nothing to do
return;
}
if(!m_doSendEvents) // nothing to do
return;
default:
if(keyCode == 'c' && event.ControlDown())
Copy();
default:
if(keyCode == 'c' && event.ControlDown())
Copy();
if( IsEditable() )
{
/* First, handle control keys */
if( IsEditable() )
{
/* First, handle control keys */
}// first switch()
ScrollToCursor();
wxRect r = *m_llist->GetUpdateRect();
}// first switch()
ScrollToCursor();
wxRect r = *m_llist->GetUpdateRect();
wxLayoutWindow::OnSetFocus(wxFocusEvent &ev)
{
m_HaveFocus = true;
wxLayoutWindow::OnSetFocus(wxFocusEvent &ev)
{
m_HaveFocus = true;
-//FIXME DoPaint(); // to repaint the cursor
+//FIXME: need argument DoPaint(); // to repaint the cursor
}
void
wxLayoutWindow::OnKillFocus(wxFocusEvent &ev)
{
m_HaveFocus = false;
}
void
wxLayoutWindow::OnKillFocus(wxFocusEvent &ev)
{
m_HaveFocus = false;
-//FIXME DoPaint(); // to repaint the cursor
+//FIXME: need argument DoPaint(); // to repaint the cursor