1Curses.wAttributes(3kaya)    Kaya module reference   Curses.wAttributes(3kaya)
2
3
4

NAME

6       Curses::wAttributes - Enable or disable text attributes in a window
7

SYNOPSIS

9       Void wAttributes( Window w, [Attr] attribs, Bool enable )
10

ARGUMENTS

12       w The window
13
14       attribs A list of Curses.Attr (3kaya) to enable or disable
15
16       enable True to enable, false to disable
17

DESCRIPTION

19       Enables   or   disables   the  specified  text  attributes  for  future
20       Curses.waddStr (3kaya) operations in this window.
21

AUTHORS

23       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
24       (kaya@kayalang.org). For further information see http://kayalang.org/
25

LICENSE

27       The  Kaya  standard  library  is free software; you can redistribute it
28       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
29       License  (version  2.1  or  any later version) as published by the Free
30       Software Foundation.
31
33       Curses.wAttributes (3kaya)
34
35
36
37Kaya                             December 2010       Curses.wAttributes(3kaya)
Impressum