MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 5058 of file window.h.

Field Documentation

◆ arrowLen

int arrowLen

The length of arrow.

Definition at line 5068 of file window.h.

◆ barLen

int barLen

The length of thumb.

Definition at line 5072 of file window.h.

◆ barStart

int barStart

The start pixel of thumb.

Definition at line 5070 of file window.h.

◆ curPos

int curPos

The current scrollbar pos.

Definition at line 5064 of file window.h.

◆ maxPos

int maxPos

The max value of scrollbar range.

Definition at line 5062 of file window.h.

◆ minPos

int minPos

The minimum value of scrollbar range.

Definition at line 5060 of file window.h.

◆ pageStep

int pageStep

The step per page.

Definition at line 5066 of file window.h.

◆ status

int status

The status of scrollbar.

Definition at line 5081 of file window.h.


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