Programming guideline of WinDom
- NAME
-
MenuScroll - scroll the entries of a window menu.
- PROTOTYPAGE
-
void MenuScroll ( WINDOW *win, int dir);
- PARAMETERS
-
- win:
- window descriptor,
- dir:
- 1 - left direction
0 - right direction
- DESCRIPTION
-
This function scrolls the entries (titles) of a menu in a
window. Notice if the variable windom.menu.scroll in the WinDom
configuration file is set to 1, a scroller widget appears in the
window menu bar: the user can himself scrolls the menu.
- SEE ALSO
-
windom.menu.scroll