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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Ddynamicsash.cpp684 wxDynamicSashWindowImpl *h_parent = FindParent(DSR_BOTTOM_EDGE); local
695 if (h_parent)
698 h_parent->m_container->ScreenToClient(NULL, &y);
700 int py = (int)((y * 100) / h_parent->m_container->GetSize().GetHeight() + 0.5);
708 if (FindUpperParent(h_parent, ho_parent) == ho_parent)
715 / h_parent->m_container->GetSize().GetHeight() + 0.5);
716 h_parent->m_child[0]->m_container->GetConstraints()->height.PercentOf(
717 h_parent->m_container, wxHeight, py);
719 h_parent = ho_parent;
734 h_parent
[all...]

Completed in 58 milliseconds