MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_LFSCROLLBARINFO 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 information structure in look and feel.

Definition at line 5034 of file window.h.

Field Documentation

◆ arrowLen

int arrowLen

The length of arrow.

Definition at line 5044 of file window.h.

◆ barLen

int barLen

The length of thumb.

Definition at line 5048 of file window.h.

◆ barStart

int barStart

The start pixel of thumb.

Definition at line 5046 of file window.h.

◆ curPos

int curPos

The current scrollbar pos.

Definition at line 5040 of file window.h.

◆ maxPos

int maxPos

The max value of scrollbar range.

Definition at line 5038 of file window.h.

◆ minPos

int minPos

The minimum value of scrollbar range.

Definition at line 5036 of file window.h.

◆ pageStep

int pageStep

The step per page.

Definition at line 5042 of file window.h.

◆ status

int status

The status of scrollbar.

Definition at line 5050 of file window.h.


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