ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

gui.c
Go to the documentation of this file.
00001 /*
00002  *  FreeLoader
00003  *  Copyright (C) 1998-2003  Brian Palmer  <brianp@sginet.com>
00004  *
00005  *  This program is free software; you can redistribute it and/or modify
00006  *  it under the terms of the GNU General Public License as published by
00007  *  the Free Software Foundation; either version 2 of the License, or
00008  *  (at your option) any later version.
00009  *
00010  *  This program is distributed in the hope that it will be useful,
00011  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  *  GNU General Public License for more details.
00014  *
00015  *  You should have received a copy of the GNU General Public License along
00016  *  with this program; if not, write to the Free Software Foundation, Inc.,
00017  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
00018  */
00019 
00020 #ifndef _M_ARM
00021 #include <freeldr.h>
00022 
00023 VOID GuiDrawBackdrop(VOID)
00024 {
00025 }
00026 
00027 VOID GuiFillArea(ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, UCHAR FillChar, UCHAR Attr /* Color Attributes */)
00028 {
00029 }
00030 
00031 VOID GuiDrawShadow(ULONG Left, ULONG Top, ULONG Right, ULONG Bottom)
00032 {
00033 }
00034 
00035 VOID GuiDrawBox(ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, UCHAR VertStyle, UCHAR HorzStyle, BOOLEAN Fill, BOOLEAN Shadow, UCHAR Attr)
00036 {
00037 }
00038 
00039 VOID GuiDrawText(ULONG X, ULONG Y, PUCHAR Text, UCHAR Attr)
00040 {
00041 }
00042 
00043 VOID GuiDrawStatusText(PCSTR StatusText)
00044 {
00045 }
00046 
00047 VOID GuiUpdateDateTime(VOID)
00048 {
00049 }
00050 
00051 VOID GuiSaveScreen(PUCHAR Buffer)
00052 {
00053 }
00054 
00055 VOID GuiRestoreScreen(PUCHAR Buffer)
00056 {
00057 }
00058 
00059 VOID GuiMessageBox(PCSTR MessageText)
00060 {
00061 }
00062 
00063 VOID GuiMessageBoxCritical(PCSTR MessageText)
00064 {
00065 }
00066 
00067 VOID GuiDrawProgressBar(ULONG Position, ULONG Range)
00068 {
00069 }
00070 
00071 UCHAR GuiTextToColor(PCSTR ColorText)
00072 {
00073     return 0;
00074 }
00075 
00076 UCHAR GuiTextToFillStyle(PCSTR FillStyleText)
00077 {
00078     return 0;
00079 }
00080 
00081 const UIVTBL GuiVtbl =
00082 {
00083     /*GuiInitialize,
00084     GuiUnInitialize,
00085     GuiDrawBackdrop,
00086     GuiFillArea,
00087     GuiDrawShadow,
00088     GuiDrawBox,
00089     GuiDrawText,
00090     GuiDrawCenteredText,
00091     GuiDrawStatusText,
00092     GuiUpdateDateTime,
00093     GuiMessageBox,
00094     GuiMessageBoxCritical,
00095     GuiDrawProgressBarCenter,
00096     GuiDrawProgressBar,
00097     GuiEditBox,
00098     GuiTextToColor,
00099     GuiTextToFillStyle,
00100     GuiFadeInBackdrop,
00101     GuiFadeOut,
00102     GuiDisplayMenu,*/
00103     NULL, NULL, NULL, NULL, NULL, NULL, NULL,
00104     NULL, NULL, NULL, NULL, NULL, NULL, NULL,
00105     NULL, NULL, NULL, NULL, NULL, NULL, NULL
00106 };
00107 #endif

Generated on Sun May 27 2012 04:19:18 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.