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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp557 wxList::compatibility_iterator lastTabNode = tabLayer->GetLast(); local
558 if (lastTabNode)
560 wxTabControl *lastTab = (wxTabControl *)lastTabNode->GetData();
572 lastTabNode = wxList::compatibility_iterator();
584 if (lastTabNode)
585 lastTab = (wxTabControl *)lastTabNode->GetData();

Completed in 18 milliseconds