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

#include <window.h>

Data Fields

UINT cbSize
 
UINT fMask
 
int nMin
 
int nMax
 
UINT nPage
 
int nPos
 

Detailed Description

Scroll bar information structure.

Definition at line 8031 of file window.h.

Field Documentation

◆ cbSize

UINT cbSize

Size of the structrue in bytes

Definition at line 8034 of file window.h.

◆ fMask

UINT fMask

A flag indicates which fields contain valid values, can be OR'ed value of the following values:

  • SIF_RANGE
    Retrives or sets the range of the scroll bar.
  • SIF_PAGE
    Retrives or sets the page size of the scroll bar.
  • SIF_POS
    Retrives or sets the position of the scroll bar.
  • SIF_DISABLENOSCROLL
    Hides the scroll when disabled, not implemented so far.

Definition at line 8047 of file window.h.

◆ nMax

int nMax

The maximum position value of the scroll bar

Definition at line 8051 of file window.h.

◆ nMin

int nMin

The minimum position value of the scroll bar

Definition at line 8049 of file window.h.

◆ nPage

UINT nPage

The page size of the scroll bar

Definition at line 8053 of file window.h.

◆ nPos

int nPos

The position value of the scroll bar

Definition at line 8055 of file window.h.


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