2012-09-18 18:48:49 -04:00
|
|
|
|
|
|
|
USING: help.markup help.syntax ui.baseline-alignment ui.gadgets ;
|
|
|
|
|
|
|
|
HELP: aligned-gadget
|
|
|
|
{ $class-description "A " { $link gadget } " that adds the following slots:"
|
|
|
|
{ $list
|
2017-02-08 13:11:06 -05:00
|
|
|
{ { $slot "baseline" } " - a cached value for " { $link baseline } "; do not read or write this slot directly." }
|
|
|
|
{ { $slot "cap-height" } " - a cached value for " { $link cap-height } "; do not read or write this slot directly." }
|
2012-09-18 18:48:49 -04:00
|
|
|
}
|
|
|
|
} ;
|