;+ ; ;thm_ui_draw_object method: hBarOn ; ;start drawing the horizontal bar ; all(boolean keyword): Set to turn on for all panels. ; Default is for single panel mode ; ;$LastChangedBy: pcruce $ ;$LastChangedDate: 2010-08-25 18:05:01 -0700 (Wed, 25 Aug 2010) $ ;$LastChangedRevision: 7774 $ ;$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_8_00/idl/themis/thm_ui_new/display/draw_object/thm_ui_draw_object__hbaron.pro $ ;- pro thm_ui_draw_object::hBarOn,all=all compile_opt idl2 if keyword_set(all) then begin self.hBarOn = 2 endif else begin self.hBarOn = 1 endelse end