Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.h74 class Strut : public View {
76 Strut(float pixelWidth, float pixelHeight);
87 class HStrut : public Strut {
94 class VStrut : public Strut {
H A DGroupView.cpp387 Strut::Strut(float pixelWidth, float pixelHeight) in Strut() function in Strut
397 Strut::MinSize() in MinSize()
404 Strut::MaxSize() in MaxSize()
415 : Strut(width, -1) in HStrut()
424 : Strut(-1, height) in VStrut()