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

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

Completed in 34 milliseconds