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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dvlbox.cpp65 m_anchor = wxNOT_FOUND;
273 m_anchor = selection;
438 if ( m_anchor == wxNOT_FOUND )
439 m_anchor = m_current;
448 if ( SelectRange(m_anchor, item) )
455 m_anchor = item;
H A Dtreectlg.cpp904 m_anchor =
1036 if ( !m_anchor )
1042 unsigned int count = m_anchor->GetChildrenCount();
1070 if (m_anchor && !HasFlag(wxTR_HIDE_ROOT) && (styles & wxTR_HIDE_ROOT))
1073 m_anchor->SetHasPlus();
1074 m_anchor->Expand();
1255 if (m_anchor)
1256 m_anchor->RecursiveResetTextSize();
1612 wxCHECK_MSG( !m_anchor, wxTreeItemId(), wxT("tree can have only one root") );
1616 m_anchor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvlbox.h275 // shift-clicking an item extends the selection from m_anchor to the item
279 int m_anchor; member in class:wxVListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtreectlg.h114 virtual wxTreeItemId GetRootItem() const { return m_anchor; }
248 wxGenericTreeItem *m_anchor; member in class:wxGenericTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtreectrl.h385 GtkTreeItem *m_anchor; member in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtreectrl.h383 GtkTreeItem *m_anchor; member in class:wxTreeCtrl

Completed in 46 milliseconds