racket/collects/scribblings/gui/editor-snip-editor-admin-intf.scrbl
Eli Barzilay ac26fe7554 A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00

19 lines
416 B
Racket

#lang scribble/doc
@(require "common.rkt")
@definterface/title[editor-snip-editor-admin<%> ()]{
An instance of this administrator interface is created with each
@racket[editor-snip%] object; new instances cannot be
created directly.
@defmethod[(get-snip)
(is-a?/c editor-snip%)]{
Returns the snip that owns this administrator (and displays the
editor controlled by the administrator, if any).
}}