mGUtils API Reference  v1.2.2
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 1484 of file mgutils.h.

Field Documentation

◆ cur_pos

int cur_pos

The current position of the thumb.

Definition at line 1491 of file mgutils.h.

◆ max_pos

int max_pos

The maximal position of the thumb.

Definition at line 1489 of file mgutils.h.

◆ min_pos

int min_pos

The minimal position of the thumb.

Definition at line 1487 of file mgutils.h.


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