summaryrefslogtreecommitdiff
path: root/c_fl_group.h
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.h
parentf372ad18e2ba1fe0660cfd93e64c17162a52a5f7 (diff)
More progress on the little utility window layouts
Diffstat (limited to 'c_fl_group.h')
-rw-r--r--c_fl_group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_fl_group.h b/c_fl_group.h
index 3c7a8fb..9b58f8c 100644
--- a/c_fl_group.h
+++ b/c_fl_group.h
@@ -19,6 +19,7 @@ extern "C" int fl_group_find(GROUP g, WIDGET item);
extern "C" void fl_group_insert(GROUP g, WIDGET item, int place);
extern "C" void fl_group_remove(GROUP g, WIDGET item);
extern "C" void fl_group_remove2(GROUP g, int place);
+extern "C" void fl_group_resizable(GROUP g, WIDGET item);
extern "C" int fl_group_children(GROUP g);
extern "C" void * fl_group_child(GROUP g, int place);