| Did you know ... | Search Documentation: |
| Send methods |
<-bold<-bold->hidden: @on,
the text will be made invisible. Currently this attribute is ignored if
the style is used for a dict_item
object.
May be used to implement outline editors or to hide
control sequences.
<-bold|texture_name|colour],
bold=[bool], grey=[bool], background=[colour|pixmap|elevation],
hidden=[bool], left_margin=[int], right_margin=[int],
strikethrough=[bool|texture_name|colour]
send(Editor, style, section_header,
style(font := huge)).
The arguments are:
style ->iconImage shown in text_margin object style ->fontFont used to display characters style ->colourColour for characters style ->highlightSwap colour and background style ->underlineUnderline text style ->boldPrint bold style ->greyPrint grey using colour <-reducestyle ->backgroundColour/elevation for background style ->hiddenIf true, text is invisible style ->left_marginLeft margin (pixels) style ->right_marginRight margin (pixels from right)
NOTE: this method defines a large number of arguments. It is advised
to use the keyword := value construct for specifying the
arguments. The following two terms define a bold style:
style(bold := @on) style(@default, @default, @default, @default, @default, @on)
See also class := and send_method->send.
Inherits description from: style<-bold