comparison libmlk-ui/mlk/ui/gridmenu.h @ 462:5729efd23286

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents b26dd49f69ff
children c7b18475f640
comparison
equal deleted inserted replaced
461:d7874f11565f 462:5729efd23286
46 unsigned int elth; /* maximum entry label height */ 46 unsigned int elth; /* maximum entry label height */
47 unsigned int spacew; /* space between element horizontally */ 47 unsigned int spacew; /* space between element horizontally */
48 unsigned int spaceh; /* and vertically */ 48 unsigned int spaceh; /* and vertically */
49 }; 49 };
50 50
51 CORE_BEGIN_DECLS 51 MLK_CORE_BEGIN_DECLS
52 52
53 void 53 void
54 gridmenu_init(struct gridmenu *, unsigned int, unsigned int, const char * const *, size_t); 54 gridmenu_init(struct gridmenu *, unsigned int, unsigned int, const char * const *, size_t);
55 55
56 void 56 void
60 gridmenu_handle(struct gridmenu *, const union mlk_event *); 60 gridmenu_handle(struct gridmenu *, const union mlk_event *);
61 61
62 void 62 void
63 gridmenu_draw(const struct gridmenu *); 63 gridmenu_draw(const struct gridmenu *);
64 64
65 CORE_END_DECLS 65 MLK_CORE_END_DECLS
66 66
67 #endif /* !MLK_UI_GRIDMENU_H */ 67 #endif /* !MLK_UI_GRIDMENU_H */