X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_attributes.3x.html;h=a66efc0ea45954e08586fe32ef86da450baa7ffd;hp=7d34713a21beabcd4e8426406aeb566f6f318a2d;hb=302a066a01e4de40f08b397e87ca0e97f20870a7;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/menu_attributes.3x.html b/doc/html/man/menu_attributes.3x.html index 7d34713a..a66efc0e 100644 --- a/doc/html/man/menu_attributes.3x.html +++ b/doc/html/man/menu_attributes.3x.html @@ -1,8 +1,7 @@ - + + + menu_attributes 3x -

menu_attributes 3x

-
+

menu_attributes 3x

-
 menu_attributes(3x)                                 menu_attributes(3x)
 
 
 
 
-
-

NAME

-       menu_attributes - color and attribute control for menus
+

NAME

+       menu_back,  menu_fore, menu_grey, menu_pad, set_menu_back,
+       set_menu_fore, set_menu_grey,  set_menu_pad  -  color  and
+       attribute control for menus
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_fore(MENU *menu, chtype attr);
        chtype menu_fore(const MENU *menu);
@@ -64,8 +64,7 @@
        int menu_pad(const MENU *menu);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_menu_fore sets the foreground attribute
        of menu. This is the  highlight  used  for  selected  menu
        items.   menu_fore  returns the foreground attribute.  The
@@ -89,8 +88,7 @@
        The default is a blank.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -103,26 +101,22 @@
             ment.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "menu_" for
        detailed descriptions of the entry points.
 
 
-
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
-
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -130,7 +124,17 @@
 
                                                     menu_attributes(3x)
 
-
-Man(1) output converted with man2html +