# File locana/l_combobox.rb, line 134
   def set_focus()
      Levent.skip_events do            # make sure we hide any focus changes when attempting to set the focus to the scrollbar

         owner.set_focus
         Locana_gui::bring_front(self.l_oframe)
      end
   end