summaryrefslogtreecommitdiff
path: root/body/c_fl_label.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'body/c_fl_label.cpp')
-rw-r--r--body/c_fl_label.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/body/c_fl_label.cpp b/body/c_fl_label.cpp
index 2200c51..b80d3d3 100644
--- a/body/c_fl_label.cpp
+++ b/body/c_fl_label.cpp
@@ -29,6 +29,10 @@ void free_fl_label(LABEL l) {
+const char * fl_label_get_value(LABEL l) {
+ return static_cast<Fl_Label*>(l)->value;
+}
+
void fl_label_set_value(LABEL l, const char * v) {
static_cast<Fl_Label*>(l)->value = v;
}