Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_SCROLLINFO Struct Reference
[Scroll bar operations]

#include <window.h>

Data Fields


Detailed Description

Scroll bar information structure.

Definition at line 4908 of file window.h.


Field Documentation

UINT cbSize
 

Size of the structrue in bytes

Definition at line 4911 of file window.h.

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 4924 of file window.h.

int nMax
 

The maximum position value of the scroll bar

Definition at line 4928 of file window.h.

int nMin
 

The minimum position value of the scroll bar

Definition at line 4926 of file window.h.

UINT nPage
 

The page size of the scroll bar

Definition at line 4930 of file window.h.

int nPos
 

The position value of the scroll bar

Definition at line 4932 of file window.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2