1 # AnalogClock constants 
   2 #   E. A. Tacao <e.a.tacao |at| estadao.com.br> 
   3 #   http://j.domaindlx.com/elements28/wxpython/ 
   4 #   15 Fev 2006, 22:00 GMT-03:00 
   5 # Distributed under the wxWidgets license. 
   7 # Style options that control the general clock appearance, 
   8 # chosen via SetClockStyle. 
   9 SHOW_QUARTERS_TICKS 
= 1 
  11 SHOW_MINUTES_TICKS  
= 4 
  14 SHOW_MINUTES_HAND   
= 32 
  15 SHOW_SECONDS_HAND   
= 64 
  19 DEFAULT_CLOCK_STYLE 
= SHOW_HOURS_TICKS|SHOW_MINUTES_TICKS| \
 
  20                       SHOW_HOURS_HAND|SHOW_MINUTES_HAND|SHOW_SECONDS_HAND| \
 
  21                       SHOW_SHADOWS|ROTATE_TICKS
 
  24 # Style options that control the appearance of tick marks, 
  25 # chosen via SetTickStyle. 
  36 # Constants that may be used as 'target' keyword value in 
  37 # the various Get/Set methods. 
  42 ALL                 
= HOUR|MINUTE|SECOND