|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
|
static |
Definition at line 277 of file genlist.c.
Referenced by DrawGenericList().
| VOID DrawGenericList | ( | IN PGENERIC_LIST_UI | ListUi, |
| IN SHORT | Left, | ||
| IN SHORT | Top, | ||
| IN SHORT | Right, | ||
| IN SHORT | Bottom | ||
| ) |
Definition at line 326 of file genlist.c.
Referenced by ComputerSettingsPage(), DisplaySettingsPage(), KeyboardSettingsPage(), LanguagePage(), LayoutSettingsPage(), and UpgradeRepairPage().
| VOID DrawGenericListCurrentItem | ( | IN PGENERIC_LIST | List, |
| IN PGET_ENTRY_DESCRIPTION | GetEntryDescriptionProc, | ||
| IN SHORT | Left, | ||
| IN SHORT | Top | ||
| ) |
Definition at line 353 of file genlist.c.
Referenced by DeviceSettingsPage().
|
static |
Definition at line 153 of file genlist.c.
Referenced by DrawGenericList(), GenericListKeyPress(), RedrawGenericList(), ScrollDownGenericList(), ScrollPageDownGenericList(), ScrollPageUpGenericList(), ScrollToPositionGenericList(), and ScrollUpGenericList().
|
static |
Definition at line 70 of file genlist.c.
Referenced by DrawGenericList().
|
static |
Definition at line 229 of file genlist.c.
Referenced by DrawGenericList(), GenericListKeyPress(), RedrawGenericList(), ScrollDownGenericList(), ScrollPageDownGenericList(), ScrollPageUpGenericList(), ScrollToPositionGenericList(), and ScrollUpGenericList().
| VOID GenericListKeyPress | ( | IN PGENERIC_LIST_UI | ListUi, |
| IN CHAR | AsciiChar | ||
| ) |
Definition at line 525 of file genlist.c.
Referenced by HandleGenericList(), LanguagePage(), and UpgradeRepairPage().
| VOID InitGenericListUi | ( | IN OUT PGENERIC_LIST_UI | ListUi, |
| IN PGENERIC_LIST | List, | ||
| IN PGET_ENTRY_DESCRIPTION | GetEntryDescriptionProc | ||
| ) |
Definition at line 37 of file genlist.c.
Referenced by ComputerSettingsPage(), DisplaySettingsPage(), KeyboardSettingsPage(), LanguagePage(), LayoutSettingsPage(), and UpgradeRepairPage().
| VOID RedrawGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 511 of file genlist.c.
Referenced by HandleGenericList(), LanguagePage(), and UpgradeRepairPage().
| VOID RestoreGenericListUiState | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 62 of file genlist.c.
Referenced by HandleGenericList(), and UpgradeRepairPage().
| VOID ScrollDownGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 376 of file genlist.c.
Referenced by GenericListKeyPress(), HandleGenericList(), LanguagePage(), ScrollPageDownGenericList(), and UpgradeRepairPage().
| VOID ScrollPageDownGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 432 of file genlist.c.
Referenced by HandleGenericList(), LanguagePage(), and UpgradeRepairPage().
| VOID ScrollPageUpGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 454 of file genlist.c.
Referenced by HandleGenericList(), LanguagePage(), and UpgradeRepairPage().
| VOID ScrollToPositionGenericList | ( | IN PGENERIC_LIST_UI | ListUi, |
| IN ULONG | uIndex | ||
| ) |
Definition at line 476 of file genlist.c.
Referenced by LanguagePage().
| VOID ScrollUpGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 404 of file genlist.c.
Referenced by GenericListKeyPress(), HandleGenericList(), LanguagePage(), ScrollPageUpGenericList(), and UpgradeRepairPage().