Searched refs:m_leaf (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.cpp41 leaf (m_leaf) or a pointer to two children implementation objects
169 class wxDynamicSashWindowLeaf *m_leaf; member in class:wxDynamicSashWindowImpl
306 m_leaf = NULL;
313 delete m_leaf;
318 m_leaf = NULL;
335 m_leaf = new wxDynamicSashWindowLeaf(this);
336 if (!m_leaf)
339 if (!m_leaf->Create())
341 delete m_leaf;
342 m_leaf
[all...]

Completed in 90 milliseconds