summaryrefslogtreecommitdiff
path: root/body/c_fl.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-02-18 12:54:42 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-02-18 12:54:42 +1300
commitd5fd3906e62969fce7fec7f2fccdc5a7436cbdbc (patch)
tree3f21adf51a8ea3aa75111c6653a6c8612608c096 /body/c_fl.h
parent36e546c1c9a9bb8e778fb637c17f94390b4d23c2 (diff)
Filled holes in FLTK, FLTK.Events, FLTK.Screen, tweaked Fl_Shortcut implementation
Diffstat (limited to 'body/c_fl.h')
-rw-r--r--body/c_fl.h30
1 files changed, 19 insertions, 11 deletions
diff --git a/body/c_fl.h b/body/c_fl.h
index f85c36f..88d229d 100644
--- a/body/c_fl.h
+++ b/body/c_fl.h
@@ -49,6 +49,21 @@ extern "C" const int fl_enum_num_blue;
extern "C" const int fl_enum_num_gray;
+extern "C" const unsigned int fl_enum_button1;
+extern "C" const unsigned int fl_enum_button2;
+extern "C" const unsigned int fl_enum_button3;
+extern "C" const unsigned int fl_enum_button4;
+extern "C" const unsigned int fl_enum_button5;
+extern "C" const unsigned int fl_enum_buttons;
+
+
+extern "C" const int fl_enum_left_mouse;
+extern "C" const int fl_enum_middle_mouse;
+extern "C" const int fl_enum_right_mouse;
+extern "C" const int fl_enum_back_mouse;
+extern "C" const int fl_enum_forward_mouse;
+
+
extern "C" unsigned int fl_enum_rgb_color2(unsigned char l);
extern "C" unsigned int fl_enum_rgb_color(unsigned char r, unsigned char g, unsigned char b);
extern "C" unsigned int fl_enum_color_cube(int r, int g, int b);
@@ -65,23 +80,16 @@ extern "C" int fl_enum_frame(int b);
extern "C" int fl_enum_down(int b);
+extern "C" const char * fl_clip_image_char_ptr;
+extern "C" const char * fl_clip_plain_text_char_ptr;
+
+
extern "C" int fl_abi_check(int v);
extern "C" int fl_abi_version();
extern "C" int fl_api_version();
extern "C" double fl_version();
-extern "C" void fl_awake();
-extern "C" void fl_lock();
-extern "C" void fl_unlock();
-
-
-extern "C" int fl_get_damage();
-extern "C" void fl_set_damage(int v);
-extern "C" void fl_flush();
-extern "C" void fl_redraw();
-
-
extern "C" short fl_inside_callback;
extern "C" void fl_delete_widget(void * w);