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 57 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 65 of file scrollview.h. |
|
|
Structure which defines a container. |
|
|
Scrollview item object, use this handle to access a scrollview item Definition at line 73 of file scrollview.h. |
|
|
Data type of pointer to a CONTAINERINFO Definition at line 95 of file scrollview.h. |
|
|
Data type of pointer to a SVITEMINFO Definition at line 195 of file scrollview.h. |
|
|
Data type of pointer to a SVITEMOPS Definition at line 182 of file scrollview.h. |
|
|
Type of the scrollview item compare function.
Definition at line 169 of file scrollview.h. |
|
|
Type of the scrollview item destroy callback procedure.
Definition at line 152 of file scrollview.h. |
|
|
Type of the scrollview item drawing callback procedure.
Definition at line 163 of file scrollview.h. |
|
|
Type of the scrollview item initialization callback procedure.
Definition at line 143 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