Type Definition libnotcurses_sys::widgets::NcMenuOptions[][src]

type NcMenuOptions = ncmenu_options;
Expand description

Options struct for NcMenu.

Implementations

New NcMenuOptions for NcMenu.

sections must contain at least 1 NcMenuSection.

New NcMenuOptions for NcMenu, with all args.

sections must contain at least 1 NcMenuSection.

Returns the styling for the header.

(No equivalent C style function)

Returns a mutable reference of the styling for the sections.

(No equivalent C style function)

Returns the styling for the sections.

(No equivalent C style function)

Returns a mutable reference of the styling for the sections.

(No equivalent C style function)