From d12fdd75d1c131bbe4bd49413c3da51131cd1e73 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 19 Sep 2016 18:48:47 +1000 Subject: All File/Edit functions working, just need to add Search/About menu stuff --- c_fl_double_window.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c_fl_double_window.cpp') diff --git a/c_fl_double_window.cpp b/c_fl_double_window.cpp index 67d0736..7f29af8 100644 --- a/c_fl_double_window.cpp +++ b/c_fl_double_window.cpp @@ -25,3 +25,8 @@ void fl_double_window_show(DOUBLEWINDOW d) { reinterpret_cast(d)->show(); } + +void fl_double_window_hide(DOUBLEWINDOW d) { + reinterpret_cast(d)->hide(); +} + -- cgit