Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/get-style

From Wikibooks, open books for an open world
<Rebol Programming
This page may need to bereviewed for quality.

USAGE:

[edit |edit source]
GET-STYLE name /styles ss

DESCRIPTION:

[edit |edit source]

Get the style by its name.

GET-STYLE is a function value.

ARGUMENTS

[edit |edit source]
  • name -- (Type: word)

REFINEMENTS

[edit |edit source]
  • /styles
    • ss -- Stylesheet (Type: any)

SOURCE CODE

[edit |edit source]
get-style: func [    "Get the style by its name."     name [word!]     /styles ss "Stylesheet"][    if none? styles [ss: vid-styles]     select ss name]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/get-style&oldid=3352791"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp