Gooey GUI Library
Loading...
Searching...
No Matches
gooey_dropdown.h
Go to the documentation of this file.
1
12 #ifndef GOOEY_DROPDOWN_H
13 #define GOOEY_DROPDOWN_H
14
15 #include "common/gooey_common.h"
16
32 GooeyDropdown *GooeyDropdown_Create(int x, int y, int width,
33 int height, const char **options,
34 int num_options,
35 void (*callback)(int selected_index));
36
37
38 #endif // GOOEY_DROPDOWN_H
39
GooeyDropdown * GooeyDropdown_Create(int x, int y, int width, int height, const char **options, int num_options, void(*callback)(int selected_index))
Adds a dropdown menu to the specified window.