This section specifies the exact usage for each API function.
The function change the scroll bar position.
- Parameters
-
pObj | - pointer to the scroll_bar object |
change | - change of scroll bar position |
- Returns
- none
- Note
- none
Definition at line 472 of file d4d_scroll_bar.c.
The function gets the scroll bar position.
- Parameters
-
pObj | - pointer to the scroll_bar object. |
- Returns
- value of scroll bar position
- Note
- none
Definition at line 457 of file d4d_scroll_bar.c.
The function sets the scroll bar position.
- Parameters
-
pObj | - pointer to the scroll_bar object. |
position | - value of scroll bar position |
- Returns
- none
- Note
- none
Definition at line 428 of file d4d_scroll_bar.c.
The function sets the range of scroll bar scale.
- Parameters
-
pObj | - pointer to the scroll_bar object. |
minimum | - minimum value of scroll bar |
maximum | - maximum value of scroll bar |
- Returns
- none
- Note
- none
Definition at line 368 of file d4d_scroll_bar.c.
The function sets the step and page of scroll bar scale.
- Parameters
-
pObj | - pointer to the scroll_bar object. |
page | - page value of scroll bar |
step | - step value of scroll bar |
- Returns
- none
- Note
- none
Definition at line 403 of file d4d_scroll_bar.c.