|
#define | D4D_SCRLBR_F_DEFAULT |
| This is scroll bar init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_MOUSE_NORMAL | D4D_OBJECT_F_FOCUSRECT) as a default. More...
|
|
#define | D4D_SCRLBAR_MIN_TAB_SIZE |
| This is minimal width of scroll bar in pixels. If not defined, it sets to 4 pixel as a default. More...
|
|
#define | D4D_GET_SCROLL_BAR(pObj) |
|
#define | D4D_GET_SCROLL_BAR_DATA(pObj) |
|
#define | _D4D_DECLARE_SCROLL_BAR(type, name, x, y, cx, cy, radius, pMargin, pRelations, flags, pScheme, pUser, pOnChange, pOnUsrMsg) |
| Macro that create the Scroll bar object structure in memory including all substructures. More...
|
|
#define | D4D_DECLARE_SCROLL_BAR(name, x, y, cx, cy, flags, pScheme, pUser, pOnChange, pOnUsrMsg) |
| Macro that create the Scroll bar object structure in memory including all substructures with restricted count of parameters to simplify definition. More...
|
|
#define | D4D_DECLARE_STD_SCROLL_BAR(name, x, y, cx, cy, pOnChange) |
| Macro that create the Scroll bar object structure in memory including all substructures with restricted count of parameters to simplify definition The missing parameters are replaced by default values. More...
|
|
#define | D4D_DECLARE_RSCROLL_BAR(name, x, y, cx, cy, radius, flags, pScheme, pUser, pOnChange, pOnUsrMsg) |
| Macro that create the rounded Scroll bar object structure in memory including all substructures with restricted count of parameters to simplify definition. More...
|
|
#define | D4D_DECLARE_STD_RSCROLL_BAR(name, x, y, cx, cy, radius, pOnChange) |
| Macro that create the rounded Scroll bar object structure in memory including all substructures with restricted count of parameters to simplify definition The missing parameters are replaced by default values. More...
|
|
#define | D4D_DECLARE_SCROLL_BAR_INRAM(name, x, y, cx, cy, flags, pScheme, pUser, pOnChange, pOnUsrMsg) |
| Same as D4D_DECLARE_SCROLL_BAR, but is created in RAM instead of the ROM memory. More...
|
|
#define | D4D_DECLARE_STD_SCROLL_BAR_INRAM(name, x, y, cx, cy, pOnChange) |
| Same as D4D_DECLARE_STD_SCROLL_BAR, but is created in RAM instead of the ROM memory. More...
|
|
#define | D4D_DECLARE_RSCROLL_BAR_INRAM(name, x, y, cx, cy, radius, flags, pScheme, pUser, pOnChange, pOnUsrMsg) |
| Same as D4D_DECLARE_RSCROLL_BAR, but is created in RAM instead of the ROM memory. More...
|
|
#define | D4D_DECLARE_STD_RSCROLL_BAR_INRAM(name, x, y, cx, cy, radius, pOnChange) |
| Same as D4D_DECLARE_STD_RSCROLL_BAR, but is created in RAM instead of the ROM memory. More...
|
|
D4D Driver label object header file.
- Author
- Petr Gargulak
- Version
- 0.0.11.0
- Date
- Jan-14-2014
Definition in file d4d_scroll_bar.h.