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
96 impl Set<Boxed> for Properties { implementation
100 fn set(&mut self, boxed: Boxed) -> &mut Properties { in set()
110 impl Set<Justification> for Properties { implementation
114 fn set(&mut self, justification: Justification) -> &mut Properties { in set()
120 impl Set<Order> for Properties { implementation
124 fn set(&mut self, order: Order) -> &mut Properties { in set()
130 impl Set<Position> for Properties { implementation
134 fn set(&mut self, position: Position) -> &mut Properties { in set()
140 impl Set<Stacked> for Properties { implementation
142 fn set(&mut self, stacked: Stacked) -> &mut Properties { in set()
148 impl Set<Title> for Properties { implementation
149 fn set(&mut self, title: Title) -> &mut Properties { in set()