summaryrefslogtreecommitdiff
path: root/c_fl_window.cpp
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-09-21 23:34:15 +1000
committerJed Barber <jjbarber@y7mail.com>2016-09-21 23:34:15 +1000
commitd4520de203a8fd8816836b7f8507027cf0675f91 (patch)
tree81f1a94b8a21fc2f9da21a524236924920a04bf7 /c_fl_window.cpp
parentf372ad18e2ba1fe0660cfd93e64c17162a52a5f7 (diff)
More progress on the little utility window layouts
Diffstat (limited to 'c_fl_window.cpp')
-rw-r--r--c_fl_window.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/c_fl_window.cpp b/c_fl_window.cpp
index 5b2d0ff..9c8dbc6 100644
--- a/c_fl_window.cpp
+++ b/c_fl_window.cpp
@@ -35,3 +35,8 @@ void fl_window_set_label(WINDOW n, char* text) {
reinterpret_cast<Fl_Window*>(n)->copy_label(text);
}
+
+void fl_window_size_range(WINDOW n, int lw, int lh, int hw, int hh, int dw, int dh, int a) {
+ reinterpret_cast<Fl_Window*>(n)->size_range(lw, lh, hw, hh, dw, dh, a);
+}
+