• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/

Lines Matching defs:m_win

110     wxWindow *m_win;
132 m_win = winToScroll;
142 if ( wxWindow::GetCapture() != m_win )
150 event1.SetEventObject(m_win);
152 m_win->GetEventHandler()->ProcessEvent(event1) )
160 wxWindow *parentTop = m_win;
167 event2.SetEventObject(m_win);
171 m_win->GetEventHandler()->ProcessEvent(event2);
314 m_win =
321 m_win = win;
323 m_win->SetScrollHelper( this );
390 if ( m_targetWindow != m_win )
410 if ( m_win && m_handler )
412 if ( m_win->RemoveEventHandler(m_handler) )
433 if ( m_targetWindow == m_win )
517 m_win->SetScrollPos(wxHORIZONTAL, m_xScrollPosition);
522 m_win->SetScrollPos(wxVERTICAL, m_yScrollPosition);
720 m_win->SetScrollbar(wxHORIZONTAL, m_xScrollPosition,
771 m_win->SetScrollbar(wxVERTICAL, m_yScrollPosition,
844 if (m_win->GetLayoutDirection() == wxLayout_RightToLeft)
865 m_win->SetScrollPos( wxHORIZONTAL, m_xScrollPosition );
866 m_win->SetScrollPos( wxVERTICAL, m_yScrollPosition );
965 m_win->SetScrollPos( wxHORIZONTAL, new_x );
974 m_win->SetScrollPos( wxVERTICAL, new_y );
1017 if ( m_win->GetSizer() && m_targetWindow == m_win )
1024 m_win->GetVirtualSize(&w, &h);
1025 m_win->GetSizer()->SetDimension(x, y, w, h);
1030 return m_win->wxWindow::Layout();
1035 m_win->wxWindow::DoSetVirtualSize( x, y );
1038 if (m_win->GetAutoLayout())
1039 m_win->Layout();
1046 wxSize clientSize(m_win->GetClientSize());
1047 if ( m_win->GetSizer() )
1048 clientSize.IncTo(m_win->GetSizer()->CalcMin());
1063 wxSize minSize = m_win->GetMinSize();
1086 m_win->SetVirtualSize( size );
1099 wxPaintDC dc(m_win);
1188 event.SetEventObject(m_win);
1189 m_win->GetEventHandler()->ProcessEvent(event);
1196 event.SetEventObject(m_win);
1197 m_win->GetEventHandler()->ProcessEvent(event);
1315 newEvent.SetEventObject(m_win);
1324 m_win->GetEventHandler()->ProcessEvent(newEvent);
1336 m_win->GetEventHandler()->ProcessEvent(newEvent);