Moved unstable/cce/gui to unstable/gui/window.
This commit is contained in:
parent
1360d02728
commit
584fac8419
|
@ -25,6 +25,5 @@
|
|||
|
||||
@include-section["scribble.scrbl"]
|
||||
|
||||
@include-section["gui.scrbl"]
|
||||
@include-section["drscheme.scrbl"]
|
||||
@include-section["slideshow.scrbl"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang scheme/gui
|
||||
#lang racket/gui
|
||||
|
||||
(provide
|
||||
locked-text-field-mixin
|
|
@ -9,3 +9,4 @@
|
|||
|
||||
@include-section["gui/notify.scrbl"]
|
||||
@include-section["gui/prefs.scrbl"]
|
||||
@include-section["gui/window.scrbl"]
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#lang scribble/doc
|
||||
@(require scribble/manual
|
||||
"../scribble.ss"
|
||||
(for-label scheme/gui unstable/cce/gui))
|
||||
#lang scribble/manual
|
||||
@(require "../utils.rkt" (for-label racket/gui unstable/gui/window))
|
||||
|
||||
@title[#:style 'quiet #:tag "cce-gui"]{GUI Widgets}
|
||||
@title{GUI Widgets}
|
||||
|
||||
@defmodule[unstable/cce/gui]
|
||||
@defmodule[unstable/gui/window]
|
||||
|
||||
@unstable[@author+email["Carl Eastlund" "cce@racket-lang.org"]]
|
||||
|
||||
@section{Locked Text Fields}
|
||||
|
Loading…
Reference in New Issue
Block a user