Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendialog.h
Go to the documentation of this file.
00001 /* 00002 * Notepad (dialog.h) 00003 * 00004 * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch> 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00019 */ 00020 00021 VOID DIALOG_FileNew(VOID); 00022 VOID DIALOG_FileOpen(VOID); 00023 VOID DIALOG_FileSave(VOID); 00024 VOID DIALOG_FileSaveAs(VOID); 00025 VOID DIALOG_FilePrint(VOID); 00026 VOID DIALOG_FilePageSetup(VOID); 00027 VOID DIALOG_FilePrinterSetup(VOID); 00028 VOID DIALOG_FileExit(VOID); 00029 00030 VOID DIALOG_EditUndo(VOID); 00031 VOID DIALOG_EditCut(VOID); 00032 VOID DIALOG_EditCopy(VOID); 00033 VOID DIALOG_EditPaste(VOID); 00034 VOID DIALOG_EditDelete(VOID); 00035 VOID DIALOG_EditSelectAll(VOID); 00036 VOID DIALOG_EditTimeDate(VOID); 00037 VOID DIALOG_EditWrap(VOID); 00038 00039 VOID DIALOG_Search(VOID); 00040 VOID DIALOG_SearchNext(VOID); 00041 VOID DIALOG_Replace(VOID); 00042 VOID DIALOG_GoTo(VOID); 00043 00044 VOID DIALOG_SelectFont(VOID); 00045 00046 VOID DIALOG_ViewStatusBar(VOID); 00047 VOID DIALOG_StatusBarUpdateCaretPos(VOID); 00048 00049 VOID DIALOG_HelpContents(VOID); 00050 VOID DIALOG_HelpSearch(VOID); 00051 VOID DIALOG_HelpHelp(VOID); 00052 VOID DIALOG_HelpLicense(VOID); 00053 VOID DIALOG_HelpNoWarranty(VOID); 00054 VOID DIALOG_HelpAboutWine(VOID); 00055 00056 VOID DIALOG_TimeDate(VOID); 00057 00058 INT_PTR CALLBACK AboutDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam); 00059 00060 /* utility functions */ 00061 VOID ShowLastError(void); 00062 BOOL FileExists(LPCTSTR szFilename); 00063 BOOL HasFileExtension(LPCTSTR szFilename); 00064 BOOL DoCloseFile(void); 00065 void DoOpenFile(LPCTSTR szFileName); 00066 VOID DoCreateStatusBar(VOID); 00067 VOID DoCreateEditWindow(VOID); Generated on Fri May 25 2012 04:15:35 for ReactOS by
1.7.6.1
|