Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1181 BGroupLayout* topSide = new BGroupLayout(B_HORIZONTAL); in _CreateGUI() local
1182 topSide->SetSpacing(0); in _CreateGUI()
1183 BView* topSideView = new BView("top side view", 0, topSide); in _CreateGUI()
1202 topSide->AddView(styleGroupView); in _CreateGUI()
1221 topSide->AddView(fStyleView); in _CreateGUI()
1227 topSide->AddView(swatchGroupView); in _CreateGUI()