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

#include <mgutils.h>

Data Fields

int radius
 
int start_deg
 
int end_deg
 
int cur_pos
 
int thumb_bmp_index
 

Detailed Description

Rotation slider item info structure

Definition at line 1532 of file mgutils.h.

Field Documentation

◆ cur_pos

int cur_pos

The current degree.

Definition at line 1541 of file mgutils.h.

◆ end_deg

int end_deg

The end degree.

Definition at line 1539 of file mgutils.h.

◆ radius

int radius

The rotation radius.

Definition at line 1535 of file mgutils.h.

◆ start_deg

int start_deg

The start degree.

Definition at line 1537 of file mgutils.h.

◆ thumb_bmp_index

int thumb_bmp_index

The index of the thumb bitmap in the skin bitmaps array.

Definition at line 1544 of file mgutils.h.


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