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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelitem.cpp46 , m_lastInsertPos(0)
69 m_lastInsertPos = m_panelSize;
81 window->SetSize( vertical ? leftSpacing : m_lastInsertPos + ySpacing,
82 vertical ? m_lastInsertPos + ySpacing : leftSpacing,
87 m_lastInsertPos += wi->GetWindowLength( vertical );
94 wxFoldWindowItem *wi = new wxFoldWindowItem(m_lastInsertPos, color, ySpacing, leftSpacing, rightSpacing);
97 m_lastInsertPos += wi->GetWindowLength( this->IsVertical() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelitem.h166 m_lastInsertPos; member in class:wxFoldPanelItem

Completed in 67 milliseconds