MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getLayoutGravity

Method getLayoutGravity

src/eepp/ui/uiwidget.cpp:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286Uint32 UIWidget::getLayoutGravity() const {
287 return mLayoutGravity;
288}
289
290UIWidget* UIWidget::setLayoutGravity( const Uint32& layoutGravity ) {
291 if ( mLayoutGravity != layoutGravity ) {

Callers 3

fixChildPosMethod · 0.80
packVerticalMethod · 0.80
packHorizontalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected