Gooey GUI Library
Loading...
Searching...
No Matches
gooey_checkbox.h
Go to the documentation of this file.
1
10#ifndef GOOEY_CHECKBOX_H
11#define GOOEY_CHECKBOX_H
12
13#include "common/gooey_common.h"
14
28GooeyCheckbox *GooeyCheckbox_Create(int x, int y, char *label,
29 void (*callback)(bool checked));
30
31
32#endif // GOOEY_CHECKBOX_H
GooeyCheckbox * GooeyCheckbox_Create(int x, int y, char *label, void(*callback)(bool checked))
Adds a checkbox to the specified window.