apps_list.h 315 B

1234567891011
  1. #ifndef __APPS_LIST_H__
  2. #define __APPS_LIST_H__
  3. #include <rtgui/event.h>
  4. #include <rtgui/rtgui_object.h>
  5. #include <rtgui/widgets/panel.h>
  6. rt_bool_t apps_list_event_handler(struct rtgui_object* object, struct rtgui_event* event);
  7. struct rtgui_panel* apps_list_create(struct rtgui_panel* panel);
  8. #endif