/src/slix/log_viewer.clj
http://github.com/ksuzuki/Sevenri · Clojure · 26 lines · 11 code · 4 blank · 11 comment · 0 complexity · f98bd1c772133ed094259f80e74511b1 MD5 · raw file
- ;; %! Copyright (C) 2011 Kei Suzuki All rights reserved. !%
- ;;
- ;; This file is part of Sevenri, a Clojure environment ("This Software").
- ;;
- ;; The use and distribution terms for this software are covered by the Eclipse
- ;; Public License version 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
- ;; which can be found in the COPYING at the root of this distribution.
- ;; By using this software in any fashion, you are agreeing to be bound by the
- ;; terms of this license.
- ;; You must not remove this notice, or any other, from this software.
- (ns ^{:slix true :singleton true}
- slix.log-viewer
- (:use [sevenri slix]
- [slix.log-viewer core ui]))
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- (defn frame-created
- [event]
- (add-ui))
- (defn opened
- [event]
- (start-view-log)
- (set-slix-visible))