MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_SCROLLBARDATA Struct Reference

#include <window.h>

Data Fields

int minPos
 
int maxPos
 
int curPos
 
int pageStep
 
int arrowLen
 
int barStart
 
int barLen
 
int status
 

Detailed Description

The scrollbar data construction for scrollbar control.

Definition at line 3585 of file window.h.

Field Documentation

int arrowLen

The length of arrow.

Definition at line 3595 of file window.h.

int barLen

The length of thumb.

Definition at line 3599 of file window.h.

int barStart

The start pixel of thumb.

Definition at line 3597 of file window.h.

int curPos

The current scrollbar pos.

Definition at line 3591 of file window.h.

int maxPos

The max value of scrollbar range.

Definition at line 3589 of file window.h.

int minPos

The minimum value of scrollbar range.

Definition at line 3587 of file window.h.

int pageStep

The step per page.

Definition at line 3593 of file window.h.

int status

The status of scrollbar.

Definition at line 3608 of file window.h.


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