1c72fcc34Sopenharmony_ci#ifndef MENU_WIDGET_H_INCLUDED 2c72fcc34Sopenharmony_ci#define MENU_WIDGET_H_INCLUDED 3c72fcc34Sopenharmony_ci 4c72fcc34Sopenharmony_ci#include "widget.h" 5c72fcc34Sopenharmony_ci#include <menu.h> 6c72fcc34Sopenharmony_ci 7c72fcc34Sopenharmony_ciint menu_widget_handle_key(MENU *menu, int key); 8c72fcc34Sopenharmony_civoid menu_widget_create(struct widget *widget, MENU *menu, const char *title); 9c72fcc34Sopenharmony_ci 10c72fcc34Sopenharmony_ci#endif 11