MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetZOrder

Method GetZOrder

src/SFGUI/Widget.cpp:836–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836int Widget::GetZOrder() const {
837 return m_z_order;
838}
839
840void Widget::SetZOrder( int z_order ) {
841 m_z_order = z_order;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected