Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.) original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7
This commit is contained in:
parent
42babf1e93
commit
4f207d84ed
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[aligned-pasteboard% pasteboard% (alignment-parent<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[alignment-parent<%> ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[alignment<%> (dllist<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[button-snip% snip% ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@title[#:tag "containers" #:style 'toc]{Containers}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@title[#:tag "control-snips" #:style 'toc]{Control Snips}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@title[#:tag "controls" #:style 'toc]{Controls}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[dllist<%> ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[embedded-button% snip-wrapper% (alignment<%>)]{
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label framework))
|
||||
@(require "common.rkt" (for-label framework))
|
||||
|
||||
@title{@bold{Embedded GUI}: Widgets within @scheme[editor<%>]}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[embedded-message% snip-wrapper% ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[embedded-text-button% snip-wrapper% (alignment<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[embedded-toggle-button% snip-wrapper% (alignment<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[hline% snip-wrapper% (alignment<%>)]{
|
||||
|
||||
|
@ -8,4 +8,3 @@ Displays a horizontal line across the region that is inserted into.
|
|||
@defconstructor[([parent (is-a?/c alignment-parent<%>)])]{
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[horizontal-alignment% dllist<%> (alignment<%> alignment-parent<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@title[#:tag "snip-related-functions"]{Snip Functions}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[snip-wrapper% dllist<%> (alignment<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[stretchable-snip<%> ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[text-button-snip% snip% ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[toggle-button-snip% snip% ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[vertical-alignment% dllist<%> (alignment<%> alignment-parent<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[vline% snip-wrapper% (alignment<%>)]{
|
||||
|
||||
|
@ -8,4 +8,3 @@ Displays a vertical line across the region that is inserted into.
|
|||
@defconstructor[([parent (is-a?/c alignment-parent<%>)])]{
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
(require
|
||||
mzlib/class
|
||||
mzlib/list
|
||||
mred
|
||||
mzlib/etc
|
||||
"../aligned-editor-container.ss"
|
||||
"../aligned-pasteboard.ss"
|
||||
"../snip-lib.ss")
|
||||
(require mzlib/class mzlib/list mred mzlib/etc
|
||||
"../aligned-editor-container.rkt"
|
||||
"../aligned-pasteboard.rkt"
|
||||
"../snip-lib.rkt")
|
||||
|
||||
(define f (new frame% (label "test") (width 200) (height 200)))
|
||||
(define e (new text%))
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[aligned-editor-canvas% editor-canvas% ()]{
|
||||
|
||||
Calls the
|
||||
Calls the
|
||||
@method[aligned-pasteboard<%> realign] method when resized.
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[aligned-editor-snip% editor-snip% ()]{
|
||||
|
||||
Calls the @method[aligned-pasteboard<%> realign] method when resized.
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[aligned-pasteboard<%> ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[aligned-pasteboard-parent<%> ()]{
|
||||
|
||||
|
@ -10,4 +10,3 @@ is an @scheme[aligned-pasteboard<%>].
|
|||
void?]{}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "../common.ss")
|
||||
@(require "../common.rkt")
|
||||
|
||||
@title[#:style 'toc]{Aligned Pasteboard}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[horizontal-pasteboard% pasteboard% (aligned-pasteboard<%>)]{
|
||||
|
||||
|
@ -28,4 +28,3 @@ Passes all arguments to @scheme[super-init].
|
|||
(resized [snip (is-a?/c snip%)]
|
||||
[redraw-now? any/c])
|
||||
void?]{}}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[stretchable-snip<%> ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[vertical-pasteboard% pasteboard% (aligned-pasteboard<%>)]{
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/bitmap-label))
|
||||
@(require "common.rkt" (for-label mrlib/bitmap-label))
|
||||
|
||||
@title{Bitmap Label}
|
||||
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/cache-image-snip))
|
||||
@(require "common.rkt" (for-label mrlib/cache-image-snip))
|
||||
|
||||
@title{Cache-image Snip}
|
||||
|
||||
@defmodule[mrlib/cache-image-snip]{
|
||||
|
||||
The @schememodname[mrlib/cache-image-snip] library provides the core
|
||||
data structure for DrRacket's @filepath{image.ss} teachpack. Images in
|
||||
the @filepath{image.ss} teachpack are instances of the
|
||||
data structure for DrRacket's @filepath{image.rkt} teachpack. Images in
|
||||
the @filepath{image.rkt} teachpack are instances of the
|
||||
@scheme[cache-image-snip%] class.}
|
||||
|
||||
The library also defines a new type, @scheme[argb], that represents a
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
@(require "common.rkt"
|
||||
(for-label mrlib/close-icon
|
||||
scheme/gui
|
||||
scheme/runtime-path
|
||||
scheme/include))
|
||||
scheme/gui scheme/runtime-path scheme/include))
|
||||
|
||||
@title{Close Icon}
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/gif
|
||||
file/gif))
|
||||
@(require "common.rkt" (for-label mrlib/gif file/gif))
|
||||
|
||||
@title{GIF and Animated GIF Writing}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[graph-pasteboard<%> ()]{
|
||||
|
||||
|
@ -121,4 +121,3 @@ of an arrowhead for a line that connects (@scheme[from-x],@scheme[from-y]) to (@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defmixin/title[graph-pasteboard-mixin (pasteboard%) (graph-pasteboard<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[graph-snip<%> ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defmixin/title[graph-snip-mixin (snip%) (graph-snip<%>)]{
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/graph))
|
||||
@(require "common.rkt" (for-label mrlib/graph))
|
||||
|
||||
@title[#:style 'toc]{Graphs}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "../common.ss"
|
||||
(for-label mrlib/hierlist))
|
||||
@(require "../common.rkt" (for-label mrlib/hierlist))
|
||||
|
||||
@definterface/title[hierarchical-list-compound-item<%>
|
||||
(hierarchical-list-item<%>)]{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "../common.ss"
|
||||
(for-label mrlib/hierlist))
|
||||
@(require "../common.rkt" (for-label mrlib/hierlist))
|
||||
|
||||
@title[#:style 'toc]{Hierarchical List Control}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "../common.ss"
|
||||
(for-label mrlib/hierlist))
|
||||
@(require "../common.rkt" (for-label mrlib/hierlist))
|
||||
|
||||
@definterface/title[hierarchical-list-item<%> ()]{
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "../common.ss"
|
||||
(for-label mrlib/hierlist))
|
||||
@(require "../common.rkt" (for-label mrlib/hierlist))
|
||||
|
||||
@defclass/title[hierarchical-list% editor-canvas% ()]{
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "../common.ss"
|
||||
(for-label mrlib/hierlist))
|
||||
@(require "../common.rkt" (for-label mrlib/hierlist))
|
||||
|
||||
@title{Snips in a @scheme[hierarchical-list%] Instance}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/image-core))
|
||||
@(require "common.rkt" (for-label mrlib/image-core))
|
||||
|
||||
@title{Image Core}
|
||||
|
||||
|
@ -36,4 +35,4 @@ up an image.
|
|||
|
||||
Ordinarily, the image's bitmap cache is computed the first time
|
||||
the image is actually rendered.
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/include-bitmap
|
||||
scheme/runtime-path
|
||||
scheme/include))
|
||||
@(require "common.rkt"
|
||||
(for-label mrlib/include-bitmap scheme/runtime-path scheme/include))
|
||||
|
||||
@title{Include Bitmap}
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/interactive-value-port
|
||||
scheme/pretty))
|
||||
@(require "common.rkt" (for-label mrlib/interactive-value-port scheme/pretty))
|
||||
|
||||
@title{Interactive Value Port}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
@(require "common.rkt"
|
||||
(for-label mrlib/matrix-snip
|
||||
(only-in mrlib/cache-image-snip
|
||||
cache-image-snip%)))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@title{@bold{MrLib}: Extra GUI Libraries}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
@(require "common.rkt"
|
||||
(for-label mrlib/name-message))
|
||||
|
||||
@title{Name Message}
|
||||
|
@ -151,4 +151,4 @@ of the button.}
|
|||
and the width and height of the text, and the results
|
||||
are the x and y coordinates where the shape should be
|
||||
drawn and the width and height of the overall shape.
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
@(require "common.rkt"
|
||||
(for-label mrlib/path-dialog))
|
||||
|
||||
@title{Path Dialog}
|
||||
|
@ -76,7 +76,7 @@ The @scheme[filters] argument is one of:
|
|||
|
||||
@item{@scheme[(list (list _filter-name _filter-glob) ...)] --- a
|
||||
list of pattern names (e.g., @scheme["Scheme Files"]) and glob
|
||||
patterns (e.g., @scheme["*.scm;*.ss"]). Any list, including an
|
||||
patterns (e.g., @scheme["*.rkt;*.scrbl"]). Any list, including an
|
||||
empty list, enables a filter box for the user to enter glob
|
||||
patterns, and the given list of choices is available in a
|
||||
combo-box drop-down menu. Glob patterns are the usual Unix ones
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/plot))
|
||||
@(require "common.rkt" (for-label mrlib/plot))
|
||||
|
||||
@title{Plot}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/switchable-button))
|
||||
@(require "common.rkt" (for-label mrlib/switchable-button))
|
||||
|
||||
@title{Switchable Button}
|
||||
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss"
|
||||
(for-label mrlib/switchable-button))
|
||||
@(require "common.rkt" (for-label mrlib/switchable-button))
|
||||
|
||||
@title{TeX Table}
|
||||
|
||||
@defmodule[mrlib/tex-table]
|
||||
|
||||
@defthing[tex-shortcut-table
|
||||
(listof
|
||||
(listof
|
||||
(list/c string?
|
||||
(lambda (x)
|
||||
(and (string? x)
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
@title{Application}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^application:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^application:")
|
||||
|
|
|
@ -8,11 +8,8 @@
|
|||
Classes that implement this interface can be autosaved.
|
||||
@defmethod*[(((do-autosave) void?))]{
|
||||
This method is called when the object is registered to be
|
||||
autosaved (see
|
||||
@scheme[autosave:register]).
|
||||
|
||||
|
||||
autosaved (see @scheme[autosave:register]).
|
||||
}
|
||||
}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^autosave:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^autosave:")
|
||||
|
|
|
@ -99,4 +99,4 @@
|
|||
@defclass[canvas:delegate% (canvas:delegate-mixin canvas:basic%) ()]{}
|
||||
@defclass[canvas:wide-snip% (canvas:wide-snip-mixin canvas:basic%) ()]{}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^canvas:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^canvas:")
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Color Model}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^color-model:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^color-model:")
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Color Prefs}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^color-prefs:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^color-prefs:")
|
||||
|
|
|
@ -285,4 +285,4 @@
|
|||
}
|
||||
@defclass[color:text-mode% (color:text-mode-mixin mode:surrogate-text%) ()]{}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^color:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^color:")
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^comment-box:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^comment-box:")
|
||||
|
|
|
@ -454,23 +454,19 @@
|
|||
}
|
||||
}
|
||||
@definterface[editor:info<%> (editor:basic<%>)]{
|
||||
An
|
||||
@scheme[editor<%>]
|
||||
An @scheme[editor<%>]
|
||||
matching this interface provides information about its lock state to its
|
||||
@scheme[top-level-window<%>].
|
||||
}
|
||||
@defmixin[editor:info-mixin (editor:basic<%>) (editor:info<%>)]{
|
||||
This editor tells the frame when it is locked and unlocked.
|
||||
See also
|
||||
@scheme[frame:text-info<%>].
|
||||
See also @scheme[frame:text-info<%>].
|
||||
|
||||
@defmethod*[#:mode override (((lock (lock? boolean?)) void?))]{
|
||||
|
||||
Uses
|
||||
@method[editor:basic<%> run-after-edit-sequence]
|
||||
to call
|
||||
@method[frame:info<%> lock-status-changed].
|
||||
Uses @method[editor:basic<%> run-after-edit-sequence]
|
||||
to call @method[frame:info<%> lock-status-changed].
|
||||
}
|
||||
}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^editor:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^editor:")
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Exit}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^exit:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^exit:")
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Finder}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^finder:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^finder:")
|
||||
|
|
|
@ -1049,4 +1049,4 @@
|
|||
@defclass[frame:delegate% (frame:delegate-mixin frame:searchable%) ()]{}
|
||||
@defclass[frame:pasteboard% (frame:pasteboard-mixin frame:open-here%) ()]{}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^frame:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^frame:")
|
||||
|
|
|
@ -121,4 +121,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^group:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^group:")
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
@defmodule*/no-declare[(framework/gui-utils)]
|
||||
@declare-exporting[framework/gui-utils framework]
|
||||
|
||||
@(include-extracted (lib "gui-utils.ss" "framework"))
|
||||
@(include-extracted (lib "gui-utils.rkt" "framework"))
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Handler}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^handler:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^handler:")
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Icon}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^icon:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^icon:")
|
||||
|
|
|
@ -42,4 +42,4 @@
|
|||
}
|
||||
@defclass[keymap:aug-keymap% (keymap:aug-keymap-mixin keymap%) ()]{}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^keymap:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^keymap:")
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Main}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^main:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^main:")
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
@defclass[menu:can-restore-checkable-menu-item% (menu:can-restore-mixin checkable-menu-item%) ()]{}
|
||||
@defclass[menu:can-restore-underscore-menu% (menu:can-restore-underscore-mixin menu%) ()]{}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^menu:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^menu:")
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
#lang scribble/doc
|
||||
@(require scribble/manual scribble/extract)
|
||||
@(require (for-label framework))
|
||||
@(require (for-label scheme/gui))
|
||||
@(require (for-syntax "mode-helpers.ss"))
|
||||
@(require scribble/manual scribble/extract
|
||||
(for-label framework scheme/gui)
|
||||
(for-syntax "mode-helpers.rkt"))
|
||||
@title{Mode}
|
||||
|
||||
@(begin
|
||||
|
@ -43,4 +42,4 @@
|
|||
(surrogate-methods docs)
|
||||
)
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^mode:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^mode:")
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^number-snip:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^number-snip:")
|
||||
|
|
|
@ -209,4 +209,4 @@
|
|||
|
||||
}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^panel:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^panel:")
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
@defclass[pasteboard:backup-autosave% (editor:backup-autosave-mixin pasteboard:file%) ()]{}
|
||||
@defclass[pasteboard:info% (editor:info-mixin pasteboard:backup-autosave%) ()]{}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^pasteboard:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^pasteboard:")
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Path Utils}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^path-utils:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^path-utils:")
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
@defmodule*/no-declare[(framework/preferences)]
|
||||
@declare-exporting[framework/preferences framework]
|
||||
|
||||
@(include-extracted (lib "preferences.ss" "framework"))
|
||||
@(include-extracted (lib "preferences.rkt" "framework"))
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Preferences}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^preferences:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^preferences:")
|
||||
|
|
|
@ -254,4 +254,4 @@
|
|||
()]{}
|
||||
@defclass[scheme:text-mode% (scheme:text-mode-mixin color:text-mode%) ()]{}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^scheme:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^scheme:")
|
||||
|
|
|
@ -110,8 +110,8 @@ but not in X windows.
|
|||
|
||||
In X windows, you must explicitly tell your window manager to set the
|
||||
keyboard focus to the top-most frame, regardless of the position of the
|
||||
actual mouse.
|
||||
actual mouse.
|
||||
|
||||
@section{Test Functions}
|
||||
|
||||
@(include-extracted (lib "test.ss" "framework"))
|
||||
@(include-extracted (lib "test.rkt" "framework"))
|
||||
|
|
|
@ -1216,19 +1216,16 @@
|
|||
}
|
||||
|
||||
@defmethod*[(((show-line-numbers! (show boolean?)) void?))]{
|
||||
|
||||
Enables or disables line number drawing.
|
||||
}
|
||||
|
||||
@defmethod*[(((show-line-numbers?) boolean?))]{
|
||||
|
||||
@defmethod*[(((show-line-numbers?) boolean?))]{
|
||||
Returns whether or not line drawing is enabled.
|
||||
}
|
||||
|
||||
@defmethod*[(((set-line-numbers-color (color string?)) void?))]{
|
||||
|
||||
@defmethod*[(((set-line-numbers-color (color string?)) void?))]{
|
||||
Sets the color of the line numbers.
|
||||
}
|
||||
}
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^text:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^text:")
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
@(require (for-label scheme/gui))
|
||||
@title{Version}
|
||||
|
||||
|
||||
@(include-previously-extracted "main-extracts.ss" #rx"^version:")
|
||||
@(include-previously-extracted "main-extracts.rkt" #rx"^version:")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[add-color<%> ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[area-container<%> (area<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[area-container-window<%> (area-container<%> window<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[area<%> ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[button% object% (control<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[canvas% object% (canvas<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[canvas<%> (subwindow<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[check-box% object% (control<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[checkable-menu-item% object% (selectable-menu-item<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[choice% object% (list-control<%>)]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[clipboard-client% object% ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[clipboard<%> ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[column-control-event% control-event% ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[combo-field% text-field% ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@defclass/title[control-event% event% ()]{
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#lang scribble/doc
|
||||
@(require "common.ss")
|
||||
@(require "common.rkt")
|
||||
|
||||
@definterface/title[control<%> (subwindow<%>)]{
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user