Searched refs:newSelection (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dmdig.cpp733 void wxGenericMDIClientWindow::PageChanged(int OldSelection, int newSelection) argument
736 if (OldSelection == newSelection)
739 if (newSelection != -1)
741 wxGenericMDIChildFrame* child = (wxGenericMDIChildFrame *)GetPage(newSelection);
760 if (newSelection != -1)
762 wxGenericMDIChildFrame* activeChild = (wxGenericMDIChildFrame *)GetPage(newSelection);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dmdig.h238 void PageChanged(int OldSelection, int newSelection);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp42 bool wxRichTextCtrlRefreshForSelectionChange(wxRichTextCtrl& ctrl, const wxRichTextRange& oldSelection, const wxRichTextRange& newSelection);
3517 bool wxRichTextCtrlRefreshForSelectionChange(wxRichTextCtrl& ctrl, const wxRichTextRange& oldSelection, const wxRichTextRange& newSelection) argument
3521 if (oldSelection.GetStart() == -2 && newSelection.GetStart() != -2)
3523 firstPos = newSelection.GetStart();
3524 lastPos = newSelection.GetEnd();
3526 else if (oldSelection.GetStart() != -2 && newSelection.GetStart() == -2)
3531 else if (oldSelection.GetStart() == -2 && newSelection.GetStart() == -2)
3537 firstPos = wxMin(oldSelection.GetStart(), newSelection.GetStart());
3538 lastPos = wxMax(oldSelection.GetEnd(), newSelection.GetEnd());

Completed in 166 milliseconds