Lines Matching defs:Properties
10 pub struct Properties { struct
20 impl Default for Properties { argument
34 impl Properties { impl
36 pub fn hide(&mut self) -> &mut Properties { in hide()
44 pub fn show(&mut self) -> &mut Properties { in show()
50 impl Script for Properties { implementation
99 impl Set<Boxed> for Properties { implementation
103 fn set(&mut self, boxed: Boxed) -> &mut Properties { in set()
113 impl Set<Justification> for Properties { implementation
117 fn set(&mut self, justification: Justification) -> &mut Properties { in set()
123 impl Set<Order> for Properties { implementation
127 fn set(&mut self, order: Order) -> &mut Properties { in set()
133 impl Set<Position> for Properties { implementation
137 fn set(&mut self, position: Position) -> &mut Properties { in set()
143 impl Set<Stacked> for Properties { implementation
145 fn set(&mut self, stacked: Stacked) -> &mut Properties { in set()
151 impl Set<Title> for Properties { implementation
152 fn set(&mut self, title: Title) -> &mut Properties { in set()