MCPcopy Create free account
hub / github.com/audulus/rui / flex

Method flex

src/modifiers.rs:94–96  ·  view source on GitHub ↗

Indicates that this item can expand within a stack.

(self)

Source from the content-addressed store, hash-verified

92
93 /// Indicates that this item can expand within a stack.
94 fn flex(self) -> Flex<Self> {
95 Flex::new(self)
96 }
97
98 /// Make the window full screen.
99 fn fullscreen(self) -> FullscreenView<Self> {

Callers 1

mainFunction · 0.80

Implementers 1

modifiers.rssrc/modifiers.rs

Calls

no outgoing calls

Tested by

no test coverage detected