From 49f2a539cdc77b504ddef00162625531b659c767 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 6 Jan 2025 23:46:40 +1300 Subject: Revised Browser subhierarchy, mostly protected method bindings --- src/c_fl_multi_browser.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/c_fl_multi_browser.h') diff --git a/src/c_fl_multi_browser.h b/src/c_fl_multi_browser.h index c607857..29d18ec 100644 --- a/src/c_fl_multi_browser.h +++ b/src/c_fl_multi_browser.h @@ -35,32 +35,10 @@ extern "C" const char * fl_multi_browser_item_text(MULTIBROWSER b, void * item); extern "C" void fl_multi_browser_item_draw(MULTIBROWSER b, void * item, int x, int y, int w, int h); -extern "C" int fl_multi_browser_lineno(MULTIBROWSER b, void * item); - - -extern "C" void * fl_multi_browser_selection(MULTIBROWSER c); -extern "C" int fl_multi_browser_displayed2(MULTIBROWSER c, void * i); -extern "C" void * fl_multi_browser_find_item(MULTIBROWSER c, int y); -extern "C" void * fl_multi_browser_top(MULTIBROWSER c); - - -extern "C" void fl_multi_browser_bbox(MULTIBROWSER c, int &x, int &y, int &w, int &h); -extern "C" int fl_multi_browser_leftedge(MULTIBROWSER c); -extern "C" void fl_multi_browser_redraw_line(MULTIBROWSER c, void * i); -extern "C" void fl_multi_browser_redraw_lines(MULTIBROWSER c); - - extern "C" int fl_multi_browser_full_width(MULTIBROWSER c); extern "C" int fl_multi_browser_item_quick_height(MULTIBROWSER c, void * i); -extern "C" void fl_multi_browser_new_list(MULTIBROWSER b); -extern "C" void fl_multi_browser_inserting(MULTIBROWSER b, void * a1, void * a2); -extern "C" void fl_multi_browser_deleting(MULTIBROWSER b, void * item); -extern "C" void fl_multi_browser_replacing(MULTIBROWSER b, void * a1, void * a2); -extern "C" void fl_multi_browser_swapping(MULTIBROWSER b, void * a1, void * a2); - - extern "C" void fl_multi_browser_draw(MULTIBROWSER b); extern "C" int fl_multi_browser_handle(MULTIBROWSER b, int e); -- cgit