True if the eventcollection is horizontal, False if vertical.
(self)
| 1993 | extend_positions = append_positions = add_positions |
| 1994 | |
| 1995 | def is_horizontal(self): |
| 1996 | """True if the eventcollection is horizontal, False if vertical.""" |
| 1997 | return self._is_horizontal |
| 1998 | |
| 1999 | def get_orientation(self): |
| 2000 | """ |
no outgoing calls