mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[NOTEPAD] Implement File->New Window
*Windows starts a new own's instance too, when clicking on "New Window" (Tested by @HBelusca)
This commit is contained in:
parent
61f4b120fc
commit
b774ec5ca6
41 changed files with 89 additions and 5 deletions
|
@ -21,6 +21,7 @@
|
|||
#pragma once
|
||||
|
||||
VOID DIALOG_FileNew(VOID);
|
||||
VOID DIALOG_FileNewWindow(VOID);
|
||||
VOID DIALOG_FileOpen(VOID);
|
||||
BOOL DIALOG_FileSave(VOID);
|
||||
BOOL DIALOG_FileSaveAs(VOID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue