=
\n\
Display a menu.\n\
\n\
Arguments:\n\
\n\
items -- A sequence of tuples. Each tuple must have two elements: a\n\
string containing the name of a menu item, and a callable\n\
object that will be called without any arguments if the user\n\
selects that menu item.\n\
\n\
Optional arguments:\n\
\n\
type -- A constant specifying the type of menu to display. By default\n\
the menu is displayed at the top of the screen, but if this\n\
argument's value is the constant elinks.MENU_TAB then the menu\n\
is displayed in the same location as the ELinks tab menu. If\n\
its value is the constant elinks.MENU_LINK then the menu is\n\
displayed in the same location as the ELinks link menu and is\n\
not displayed unless a link is currently selected.\n")
#define PYTHON_DOCSTRING(str)
Definition core.h:46