racket/collects/scribblings/gui/separator-menu-item-class.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

16 lines
335 B
Racket

#lang scribble/doc
@(require "common.rkt")
@defclass/title[separator-menu-item% object% (menu-item<%>)]{
A separator is an unselectable line in a menu. Its parent must be a
@scheme[menu%] or @scheme[popup-menu%].
@defconstructor[([parent (or/c (is-a?/c menu%) (is-a?/c popup-menu%))])]{
Creates a new separator in the menu.
}}