ReactOS 0.4.16-dev-820-g96aa1ee
|
#include <ui.h>
BOOLEAN(* tagUIVTBL::DisplayMenu) (IN PCSTR MenuHeader, IN PCSTR MenuFooter OPTIONAL, IN PCSTR MenuItemList[], IN ULONG MenuItemCount, IN ULONG DefaultMenuItem, IN LONG MenuTimeOut, OUT PULONG SelectedMenuItem, IN BOOLEAN CanEscape, IN UiMenuKeyPressFilterCallback KeyPressFilter OPTIONAL, IN PVOID Context OPTIONAL) |
Definition at line 291 of file ui.h.
Referenced by UiDisplayMenu().
Definition at line 257 of file ui.h.
Referenced by UiDrawBackdrop().
VOID(* tagUIVTBL::DrawBox) (ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, UCHAR VertStyle, UCHAR HorzStyle, BOOLEAN Fill, BOOLEAN Shadow, UCHAR Attr) |
Definition at line 260 of file ui.h.
Referenced by UiDrawBox().
VOID(* tagUIVTBL::DrawCenteredText) (ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, PCSTR TextString, UCHAR Attr) |
Definition at line 263 of file ui.h.
Referenced by UiDrawCenteredText().
VOID(* tagUIVTBL::DrawMenu) (PUI_MENU_INFO MenuInfo) |
Definition at line 303 of file ui.h.
Referenced by TuiDisplayMenu(), and TuiProcessMenuKeyboardEvent().
VOID(* tagUIVTBL::DrawProgressBar) (_In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Right, _In_ ULONG Bottom, _In_ PCSTR ProgressText) |
Definition at line 272 of file ui.h.
Referenced by UiDrawProgressBar().
Definition at line 269 of file ui.h.
Referenced by UiDrawProgressBarCenter().
Definition at line 259 of file ui.h.
Referenced by UiDrawShadow().
Definition at line 264 of file ui.h.
Referenced by TuiDrawMenu(), and UiDrawStatusText().
Definition at line 261 of file ui.h.
Referenced by MiniTuiDrawMenu(), and UiDrawText().
Definition at line 262 of file ui.h.
Referenced by UiDrawText2().
Definition at line 285 of file ui.h.
Referenced by UiEditBox().
Definition at line 288 of file ui.h.
Referenced by UiFadeInBackdrop().
Definition at line 289 of file ui.h.
Referenced by UiFadeOut().
VOID(* tagUIVTBL::FillArea) (ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, CHAR FillChar, UCHAR Attr) |
Definition at line 258 of file ui.h.
Referenced by UiFillArea().
Definition at line 254 of file ui.h.
Referenced by UiInitialize(), and UiResetForSOS().
Definition at line 266 of file ui.h.
Referenced by UiMessageBox().
Definition at line 267 of file ui.h.
Referenced by UiMessageBoxCritical().
Definition at line 279 of file ui.h.
Referenced by UiInitProgressBar(), and UiSetProgressBarText().
Definition at line 286 of file ui.h.
Referenced by UiTextToColor().
Definition at line 287 of file ui.h.
Referenced by UiTextToFillStyle().
Definition at line 282 of file ui.h.
Referenced by UiInitProgressBar(), and UiUpdateProgressBar().
Definition at line 255 of file ui.h.
Referenced by UiResetForSOS(), and UiUnInitialize().
Definition at line 265 of file ui.h.
Referenced by UiUpdateDateTime().