Home
last modified time | relevance | path

Searched refs:m_listView (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp93 m_listView = new DormantNodeView(r, "Dormant Node ListView", B_FOLLOW_ALL_SIDES); in DormantNodeWindow()
99 AddChild(new BScrollBar(r, "", m_listView, 0.0, 0.0, B_VERTICAL)); in DormantNodeWindow()
102 AddChild(m_listView); in DormantNodeWindow()
140 m_listView->GetPreferredSize(&width, &height); in Zoom()
H A DDormantNodeWindow.h74 DormantNodeView* m_listView; variable