Skip to content

Commit

Permalink
frame/standard-application-frame: Add a slot for FRAME-PANES
Browse files Browse the repository at this point in the history
  * Not much to see here, really.  Just a slot definition with an
:ACCESSOR term.
  • Loading branch information
abridgewater committed Jul 7, 2015
1 parent 069236a commit 56c52bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frame/standard-application-frame.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

(defclass standard-application-frame (application-frame
manageable-frame-mixin)
((pretty-name :initarg :pretty-name :accessor frame-pretty-name)))
((pretty-name :initarg :pretty-name :accessor frame-pretty-name)
(toplevel-pane :initform nil :accessor frame-panes)))

;;; EOF

0 comments on commit 56c52bb

Please sign in to comment.