Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DDockBase.cpp49 int iSizeDirection = Pos::Left; in SetupChildDock() local
50 if (iPos == Pos::Left) iSizeDirection = Pos::Right; in SetupChildDock()
51 if (iPos == Pos::Top) iSizeDirection = Pos::Bottom; in SetupChildDock()
52 if (iPos == Pos::Bottom) iSizeDirection = Pos::Top; in SetupChildDock()
55 sizer->Dock(iSizeDirection); in SetupChildDock()
56 sizer->SetResizeDir(iSizeDirection); in SetupChildDock()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DDockBase.cpp49 int iSizeDirection = Pos::Left; in SetupChildDock() local
50 if (iPos == Pos::Left) iSizeDirection = Pos::Right; in SetupChildDock()
51 if (iPos == Pos::Top) iSizeDirection = Pos::Bottom; in SetupChildDock()
52 if (iPos == Pos::Bottom) iSizeDirection = Pos::Top; in SetupChildDock()
55 sizer->Dock(iSizeDirection); in SetupChildDock()
56 sizer->SetResizeDir(iSizeDirection); in SetupChildDock()