aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/label.h')
-rw-r--r--include/gwin/label.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/gwin/label.h b/include/gwin/label.h
index 3fe0f3d7..caa4c1d1 100644
--- a/include/gwin/label.h
+++ b/include/gwin/label.h
@@ -63,6 +63,16 @@ GHandle gwinGLabelCreate(GDisplay *g, GLabelObject *widget, GWidgetInit *pInit);
*/
void gwinLabelSetBorder(GHandle gh, bool_t border);
+/**
+ * @brief Border settings for the default rendering routine
+ *
+ * @param[in] gh The widget handle (must be a list handle)
+ * @param[in] border Shall a border be rendered?
+ *
+ * @api
+ */
+void gwinLabelSetBorder(GHandle gh, bool_t border);
+
#ifdef __cplusplus
}
#endif