diff options
Diffstat (limited to 'include/gwin/gwidget.h')
-rw-r--r-- | include/gwin/gwidget.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/gwin/gwidget.h b/include/gwin/gwidget.h index 817f2b0d..a2cf7337 100644 --- a/include/gwin/gwidget.h +++ b/include/gwin/gwidget.h @@ -84,19 +84,6 @@ extern "C" { #endif /** - * @brief Enable or disable a widget - * - * @param[in] gh The widget handle - * @param[in] enabled Enable or disable the widget - * - * @note The widget is automatically redrawn. - * @note Non-widgets will ignore this call. - * - * @api - */ -void gwinSetEnabled(GHandle gh, bool_t enabled); - -/** * @brief Set the text of a widget. * * @param[in] gh The widget handle |