summaryrefslogtreecommitdiff
path: root/c_fl_group.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_group.cpp
parentf372ad18e2ba1fe0660cfd93e64c17162a52a5f7 (diff)
More progress on the little utility window layouts
Diffstat (limited to 'c_fl_group.cpp')
-rw-r--r--c_fl_group.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/c_fl_group.cpp b/c_fl_group.cpp
index 8adc9dd..9ea2764 100644
--- a/c_fl_group.cpp
+++ b/c_fl_group.cpp
@@ -51,6 +51,11 @@ void fl_group_remove2(GROUP g, int place) {
}
+void fl_group_resizable(GROUP g, WIDGET item) {
+ reinterpret_cast<Fl_Group*>(g)->resizable(reinterpret_cast<Fl_Widget*>(item));
+}
+
+
int fl_group_children(GROUP g) {