X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Fm_item_top.c;fp=menu%2Fm_item_top.c;h=68303c7676b5e6b2395d64c27391dc9998d10da7;hp=6518d545028b6df5768188932dfbbca91af2c55b;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=a50b059f71e787a32e396c0e5b40cee4230c997e diff --git a/menu/m_item_top.c b/menu/m_item_top.c index 6518d545..68303c76 100644 --- a/menu/m_item_top.c +++ b/menu/m_item_top.c @@ -38,12 +38,12 @@ #include "menu.priv.h" -MODULE_ID("$Id: m_item_top.c,v 1.15 2021/03/27 23:46:29 tom Exp $") +MODULE_ID("$Id: m_item_top.c,v 1.16 2021/06/17 21:11:08 tom Exp $") /*--------------------------------------------------------------------------- -| Facility : libnmenu +| Facility : libnmenu | Function : int set_top_row(MENU *menu, int row) -| +| | Description : Makes the specified row the top row in the menu | | Return Values : E_OK - success @@ -85,9 +85,9 @@ set_top_row(MENU *menu, int row) } /*--------------------------------------------------------------------------- -| Facility : libnmenu +| Facility : libnmenu | Function : int top_row(const MENU *) -| +| | Description : Return the top row of the menu | | Return Values : The row number or ERR if there is no row