µGFX  2.9
version 2.9
gwin_slider.h File Reference

Detailed Description

GWIN Graphic window subsystem header file.

Definition in file gwin_slider.h.

Go to the source code of this file.

Functions

GHandle gwinGSliderCreate (GDisplay *g, GSliderObject *gb, 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...
 
void gwinSliderDraw_Image (GWidgetObject *gw, void *param)
 The default rendering function. More...
 

Macros

#define gwinSliderGetPosition(gh)   (((GSliderObject *)(gh))->pos)
 Get the current slider position. More...
 
#define GSLIDER_FLG_EXTENDED_EVENTS   0x01
 The internal slider object flags. More...