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

Field Documentation

int cur_pos

The current degree.

Definition at line 1529 of file mgutils.h.

int end_deg

The end degree.

Definition at line 1527 of file mgutils.h.

int radius

The rotation radius.

Definition at line 1523 of file mgutils.h.

int start_deg

The start degree.

Definition at line 1525 of file mgutils.h.

int thumb_bmp_index

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

Definition at line 1532 of file mgutils.h.


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