In fact, you can build a control needing scrolled window support on scrollview.
|
|
The class name of scrollview control, uses this name to create a scrollable window that consists of items.
Definition at line 59 of file scrollview.h. |
|
|
The class name of scrollwnd control, uses this name to create a scrollable window to which you can add controls.
Definition at line 67 of file scrollview.h. |
|
|
Structure which defines a container. |
|
|
Scrollview item object, use this handle to access a scrollview item Definition at line 75 of file scrollview.h. |
|
|
Data type of pointer to a CONTAINERINFO Definition at line 97 of file scrollview.h. |
|
|
Data type of pointer to a SVITEMINFO Definition at line 197 of file scrollview.h. |
|
|
Data type of pointer to a SVITEMOPS Definition at line 184 of file scrollview.h. |
|
|
Type of the scrollview item compare function.
Definition at line 171 of file scrollview.h. |
|
|
Type of the scrollview item destroy callback procedure.
Definition at line 154 of file scrollview.h. |
|
|
Type of the scrollview item drawing callback procedure.
Definition at line 165 of file scrollview.h. |
|
|
Type of the scrollview item initialization callback procedure.
Definition at line 145 of file scrollview.h. |
|
|
Structure of the scrollview item info |
|
|
Structure of item operations |
|
||||||||||||||||||||
|
Default container window procedure
|
|
|
Use this to get additional data from a list item in a control, such as scrollview and iconview.
|
|
|
Use this to get additional data from scrollview item.
|
|
||||||||||||
|
To get item index.
|
|
||||||||||||
|
To decide whether an item is the current hilighted item.
|
|
|
To decide whether an item is a selected.
|
|
||||||||||||||||
|
Sets the height of an item.
|
1.4.2