ugfx_release_2.6
Joel Bodenmann 2013-05-27 13:02:33 +02:00
parent a4ca308dd5
commit 427cfaa052
1 changed files with 2 additions and 2 deletions

View File

@ -167,14 +167,14 @@ void gwinSetSliderCustom(GHandle gh, GSliderDrawFunction fn, void *param);
*
* @api
*/
#define gwinEnableSlider(gh) gwinSetSliderEnabled( ((GSliderObject *)(gh)), TRUE)
#define gwinEnableSlider(gh) gwinSliderSetEnabled( ((GSliderObject *)(gh)), TRUE)
/**
* @brief Disable a slider
*
* @api
*/
#define gwinDisableSlider(gh) gwinSetSliderEnabled( ((GSliderObject *)(gh)), FALSE)
#define gwinDisableSlider(gh) gwinSliderSetEnabled( ((GSliderObject *)(gh)), FALSE)
/**
* @brief Get the current slider position.