µGFX  2.9
version 2.9
gwin_slider.c File Reference

Detailed Description

GWIN sub-system slider code.

Definition in file gwin_slider.c.

#include "../../gfx.h"
#include "gwin_class.h"

Go to the source code of this file.

Functions

GHandle gwinGSliderCreate (GDisplay *g, GSliderObject *gs, const GWidgetInit *pInit)
 Create a slider window. More...
 
void gwinSliderSetRange (GHandle gh, int min, int max)
 Set the slider range. More...
 
void gwinSliderSetPosition (GHandle gh, int pos)
 Set the slider position. More...
 
void gwinSliderSendExtendedEvents (GHandle gh, gBool enabled)
 Should the slider send extended events. More...
 
void gwinSliderDraw_Std (GWidgetObject *gw, void *param)
 The default rendering function for the slider widget. More...