summaryrefslogtreecommitdiff
path: root/src/c_fl_browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_browser.cpp')
-rw-r--r--src/c_fl_browser.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/c_fl_browser.cpp b/src/c_fl_browser.cpp
index 8bd7c96..0a29e22 100644
--- a/src/c_fl_browser.cpp
+++ b/src/c_fl_browser.cpp
@@ -336,6 +336,13 @@ void fl_browser_hide(BROWSER b) {
+void fl_browser_set_size(BROWSER b, int w, int h) {
+ reinterpret_cast<Fl_Browser*>(b)->size(w, h);
+}
+
+
+
+
void fl_browser_set_icon(BROWSER b, int l, void * c) {
reinterpret_cast<Fl_Browser*>(b)->icon(l, reinterpret_cast<Fl_Image*>(c));
}