summaryrefslogtreecommitdiff
path: root/c_fl_radio_light_button.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-05-25 01:10:29 +1000
committerJed Barber <jjbarber@y7mail.com>2016-05-25 01:10:29 +1000
commita3a475cc6a88e7fbd5d55cbca3dd517c0d34b260 (patch)
tree5274efd53486c3061741eb549e31aebf045e1129 /c_fl_radio_light_button.h
parentac5c51b6ee492b504e165408b742d2505e308e94 (diff)
Buttons and accessors
Diffstat (limited to 'c_fl_radio_light_button.h')
-rw-r--r--c_fl_radio_light_button.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/c_fl_radio_light_button.h b/c_fl_radio_light_button.h
new file mode 100644
index 0000000..21bc675
--- /dev/null
+++ b/c_fl_radio_light_button.h
@@ -0,0 +1,15 @@
+
+
+#ifndef FL_RADIO_LIGHT_BUTTON_GUARD
+#define FL_RADIO_LIGHT_BUTTON_GUARD
+
+
+typedef void* my_fl_radio_light_button;
+
+
+extern "C" my_fl_radio_light_button new_fl_radio_light_button(int x, int y, int w, int h, char * label);
+extern "C" void free_fl_radio_light_button(my_fl_radio_light_button b);
+
+
+#endif
+