1Kayurses.printAtColour(3kaya)Kaya module referenceKayurses.printAtColour(3kaya)
2
3
4
6 Kayurses::printAtColour - Add new coloured text
7
9 Void printAtColour( Int x, Int y, String text, Int colour, WeightName
10 weight )
11
13 x The screen row
14
15 y The screen column
16
17 text The text to add
18
19 colour The colour of the text (from functions such as Curses.Cyan
20 [1m(3kaya)
21
22 weight The weight of the text
23
25 Add new text at the specified position, with the specified colour and
26 weight.
27
29 Kaya standard library by Edwin Brady, Chris Morris and others
30 (kaya@kayalang.org). For further information see http://kayalang.org/
31
33 The Kaya standard library is free software; you can redistribute it
34 and/or modify it under the terms of the GNU Lesser General Public
35 License (version 2.1 or any later version) as published by the Free
36 Software Foundation.
37
39 Kayurses.ColourName (3kaya)
40 Kayurses.WeightName (3kaya)
41 Kayurses.printAt (3kaya)
42
43
44
45Kaya December 2010 Kayurses.printAtColour(3kaya)