µGFX  2.9
version 2.9
gwin_progressbar.c File Reference

Detailed Description

GWIN sub-system progressbar code.

Definition in file gwin_progressbar.c.

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

Go to the source code of this file.

Functions

GHandle gwinGProgressbarCreate (GDisplay *g, GProgressbarObject *gs, const GWidgetInit *pInit)
 Create a progressbar window. More...
 
void gwinProgressbarSetRange (GHandle gh, int min, int max)
 Set the progressbar range. More...
 
void gwinProgressbarSetPosition (GHandle gh, int pos)
 Set the progressbar position. More...
 
void gwinProgressbarSetResolution (GHandle gh, int resolution)
 Set the resolution for the incrementation and decrementation of the progressbar. More...
 
void gwinProgressbarIncrement (GHandle gh)
 Increment the progressbar value. More...
 
void gwinProgressbarDecrement (GHandle gh)
 Decrement the progressbar value. More...
 
void gwinProgressbarDraw_Std (GWidgetObject *gw, void *param)
 The default rendering function for the progressbar widget. More...