mGUtils API Reference  v1.2.0
A component of MiniGUI providing users with a number of common dialog templates
Data Fields
sie_slider_s Struct Reference

#include <mgutils.h>

Data Fields

int min_pos
 
int max_pos
 
int cur_pos
 

Detailed Description

Slider information structure

Definition at line 1472 of file mgutils.h.

Field Documentation

int cur_pos

The current position of the thumb.

Definition at line 1479 of file mgutils.h.

int max_pos

The maximal position of the thumb.

Definition at line 1477 of file mgutils.h.

int min_pos

The minimal position of the thumb.

Definition at line 1475 of file mgutils.h.


The documentation for this struct was generated from the following file: