summaryrefslogtreecommitdiff
path: root/src/c_fl_file_browser.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-06 23:46:40 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-06 23:46:40 +1300
commit49f2a539cdc77b504ddef00162625531b659c767 (patch)
tree30a90d61fa1a2c545f0da92f1cb7779fb802610b /src/c_fl_file_browser.h
parent02a3af82e69848af64955b4c646f3fe5f1738a8b (diff)
Revised Browser subhierarchy, mostly protected method bindings
Diffstat (limited to 'src/c_fl_file_browser.h')
-rw-r--r--src/c_fl_file_browser.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/c_fl_file_browser.h b/src/c_fl_file_browser.h
index 3ab5c61..67e1489 100644
--- a/src/c_fl_file_browser.h
+++ b/src/c_fl_file_browser.h
@@ -48,32 +48,10 @@ extern "C" const char * fl_file_browser_item_text(FILEBROWSER b, void * item);
extern "C" void fl_file_browser_item_draw(FILEBROWSER b, void * item, int x, int y, int w, int h);
-extern "C" int fl_file_browser_lineno(FILEBROWSER b, void * item);
-
-
-extern "C" void * fl_file_browser_selection(FILEBROWSER c);
-extern "C" int fl_file_browser_displayed2(FILEBROWSER c, void * i);
-extern "C" void * fl_file_browser_find_item(FILEBROWSER c, int y);
-extern "C" void * fl_file_browser_top(FILEBROWSER c);
-
-
-extern "C" void fl_file_browser_bbox(FILEBROWSER c, int &x, int &y, int &w, int &h);
-extern "C" int fl_file_browser_leftedge(FILEBROWSER c);
-extern "C" void fl_file_browser_redraw_line(FILEBROWSER c, void * i);
-extern "C" void fl_file_browser_redraw_lines(FILEBROWSER c);
-
-
extern "C" int fl_file_browser_full_width(FILEBROWSER c);
extern "C" int fl_file_browser_item_quick_height(FILEBROWSER c, void * i);
-extern "C" void fl_file_browser_new_list(FILEBROWSER b);
-extern "C" void fl_file_browser_inserting(FILEBROWSER b, void * a1, void * a2);
-extern "C" void fl_file_browser_deleting(FILEBROWSER b, void * item);
-extern "C" void fl_file_browser_replacing(FILEBROWSER b, void * a1, void * a2);
-extern "C" void fl_file_browser_swapping(FILEBROWSER b, void * a1, void * a2);
-
-
extern "C" void fl_file_browser_draw(FILEBROWSER b);
extern "C" int fl_file_browser_handle(FILEBROWSER b, int e);