MiniGUI API Reference (MiniGUI-Threads)  v5.0.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 5026 of file window.h.

Field Documentation

◆ arrowLen

int arrowLen

The length of arrow.

Definition at line 5036 of file window.h.

◆ barLen

int barLen

The length of thumb.

Definition at line 5040 of file window.h.

◆ barStart

int barStart

The start pixel of thumb.

Definition at line 5038 of file window.h.

◆ curPos

int curPos

The current scrollbar pos.

Definition at line 5032 of file window.h.

◆ maxPos

int maxPos

The max value of scrollbar range.

Definition at line 5030 of file window.h.

◆ minPos

int minPos

The minimum value of scrollbar range.

Definition at line 5028 of file window.h.

◆ pageStep

int pageStep

The step per page.

Definition at line 5034 of file window.h.

◆ status

int status

The status of scrollbar.

Definition at line 5049 of file window.h.


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