|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <guisettings.h>

Public Attributes | |
| WCHAR | FaceName [LF_FACESIZE] |
| ULONG | FontWeight |
| ULONG | FontFamily |
| COORD | FontSize |
| BOOL | FullScreen |
| WORD | ShowWindow |
| BOOL | AutoPosition |
| POINT | WindowOrigin |
Definition at line 16 of file guisettings.h.
| BOOL _GUI_CONSOLE_INFO::AutoPosition |
Definition at line 27 of file guisettings.h.
Referenced by GuiApplyUserSettings(), GuiConsoleMoveWindow(), GuiConsoleShowConsoleProperties(), and GuiLoadFrontEnd().
| WCHAR _GUI_CONSOLE_INFO::FaceName[LF_FACESIZE] |
Definition at line 18 of file guisettings.h.
Referenced by GuiConsoleShowConsoleProperties(), GuiLoadFrontEnd(), GuiSetCodePage(), and OnNcCreate().
| ULONG _GUI_CONSOLE_INFO::FontFamily |
Definition at line 20 of file guisettings.h.
Referenced by GuiConsoleShowConsoleProperties(), GuiLoadFrontEnd(), GuiSetCodePage(), and OnNcCreate().
| COORD _GUI_CONSOLE_INFO::FontSize |
Definition at line 21 of file guisettings.h.
Referenced by GuiConsoleShowConsoleProperties(), GuiLoadFrontEnd(), GuiSetCodePage(), and OnNcCreate().
| ULONG _GUI_CONSOLE_INFO::FontWeight |
Definition at line 19 of file guisettings.h.
Referenced by GuiConsoleShowConsoleProperties(), GuiLoadFrontEnd(), GuiSetCodePage(), and OnNcCreate().
| BOOL _GUI_CONSOLE_INFO::FullScreen |
Definition at line 23 of file guisettings.h.
Referenced by GuiApplyUserSettings(), GuiConsoleInputThread(), GuiConsoleShowConsoleProperties(), GuiConsoleSwitchFullScreen(), GuiGetDisplayMode(), GuiLoadFrontEnd(), GuiSetDisplayMode(), OnActivate(), and SwitchFullScreen().
| WORD _GUI_CONSOLE_INFO::ShowWindow |
Definition at line 26 of file guisettings.h.
Referenced by GuiConsoleInputThread(), and GuiLoadFrontEnd().
| POINT _GUI_CONSOLE_INFO::WindowOrigin |
Definition at line 28 of file guisettings.h.
Referenced by GuiApplyUserSettings(), GuiConsoleInputThread(), GuiConsoleMoveWindow(), GuiConsoleShowConsoleProperties(), GuiLoadFrontEnd(), and OnMove().