|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HWND | Self |
| HWND | Notify |
| DWORD | dwStyle |
| UINT | AccelCount |
| UDACCEL * | AccelVect |
| INT | AccelIndex |
| INT | Base |
| INT | CurVal |
| INT | MinVal |
| INT | MaxVal |
| HWND | Buddy |
| INT | BuddyType |
| INT | Flags |
| BOOL | UnicodeFormat |
| UINT UPDOWN_INFO::AccelCount |
Definition at line 46 of file updown.c.
Referenced by UPDOWN_HandleMouseEvent(), UPDOWN_KeyPressed(), and UpDownWindowProc().
| INT UPDOWN_INFO::AccelIndex |
Definition at line 48 of file updown.c.
Referenced by UPDOWN_HandleMouseEvent(), and UpDownWindowProc().
| UDACCEL* UPDOWN_INFO::AccelVect |
Definition at line 47 of file updown.c.
Referenced by UPDOWN_HandleMouseEvent(), UPDOWN_KeyPressed(), and UpDownWindowProc().
| INT UPDOWN_INFO::Base |
Definition at line 49 of file updown.c.
Referenced by UPDOWN_GetBuddyInt(), UPDOWN_SetBuddyInt(), and UpDownWindowProc().
| HWND UPDOWN_INFO::Buddy |
Definition at line 53 of file updown.c.
Referenced by UPDOWN_Draw(), UPDOWN_DrawBuddyBackground(), UPDOWN_GetArrowRect(), UPDOWN_GetBuddyInt(), UPDOWN_HandleMouseEvent(), UPDOWN_IsEnabled(), UPDOWN_ResetSubclass(), UPDOWN_SetBuddy(), UPDOWN_SetBuddyInt(), and UpDownWindowProc().
| INT UPDOWN_INFO::BuddyType |
Definition at line 54 of file updown.c.
Referenced by UPDOWN_IsBuddyEdit(), UPDOWN_IsBuddyListbox(), and UPDOWN_SetBuddy().
| INT UPDOWN_INFO::CurVal |
Definition at line 50 of file updown.c.
Referenced by UPDOWN_DoAction(), UPDOWN_GetBuddyInt(), UPDOWN_GetPos(), UPDOWN_OffsetVal(), UPDOWN_SetBuddyInt(), UPDOWN_SetPos(), and UpDownWindowProc().
| DWORD UPDOWN_INFO::dwStyle |
Definition at line 45 of file updown.c.
Referenced by UPDOWN_DoAction(), UPDOWN_Draw(), UPDOWN_DrawBuddyBackground(), UPDOWN_GetArrowRect(), UPDOWN_HasBuddyBorder(), UPDOWN_OffsetVal(), UPDOWN_SetBuddy(), UPDOWN_SetBuddyInt(), and UpDownWindowProc().
| INT UPDOWN_INFO::Flags |
Definition at line 55 of file updown.c.
Referenced by UPDOWN_CancelMode(), UPDOWN_Draw(), UPDOWN_GetBuddyInt(), UPDOWN_HandleMouseEvent(), UPDOWN_KeyPressed(), UPDOWN_SetBuddyInt(), and UpDownWindowProc().
| INT UPDOWN_INFO::MaxVal |
Definition at line 52 of file updown.c.
Referenced by UPDOWN_DoAction(), UPDOWN_GetPos(), UPDOWN_InBounds(), UPDOWN_OffsetVal(), UPDOWN_SetPos(), UPDOWN_SetRange(), and UpDownWindowProc().
| INT UPDOWN_INFO::MinVal |
Definition at line 51 of file updown.c.
Referenced by UPDOWN_DoAction(), UPDOWN_GetPos(), UPDOWN_InBounds(), UPDOWN_OffsetVal(), UPDOWN_SetPos(), UPDOWN_SetRange(), and UpDownWindowProc().
| HWND UPDOWN_INFO::Notify |
Definition at line 44 of file updown.c.
Referenced by UPDOWN_DoAction(), and UpDownWindowProc().
| HWND UPDOWN_INFO::Self |
Definition at line 43 of file updown.c.
Referenced by UPDOWN_CancelMode(), UPDOWN_DoAction(), UPDOWN_Draw(), UPDOWN_DrawBuddyBackground(), UPDOWN_GetArrowRect(), UPDOWN_HandleMouseEvent(), UPDOWN_IsEnabled(), UPDOWN_KeyPressed(), UPDOWN_Paint(), UPDOWN_SetBuddy(), UPDOWN_SetRange(), and UpDownWindowProc().
| BOOL UPDOWN_INFO::UnicodeFormat |
Definition at line 56 of file updown.c.
Referenced by UpDownWindowProc().