mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[NOTEPAD] Fix and simplify Status Bar handling (#5076)
- Rename DoCreateStatusBar as DoShowHideStatusBar. - Simplify WM_SIZE handler. - Enable/disable CMD_STATUSBAR menu item correctly. - Make DoShowHideStatusBar independent from DoCreateEditWindow.
This commit is contained in:
parent
d04e148d1c
commit
621439d6f2
4 changed files with 36 additions and 141 deletions
|
@ -67,5 +67,5 @@ BOOL FileExists(LPCTSTR szFilename);
|
|||
BOOL HasFileExtension(LPCTSTR szFilename);
|
||||
BOOL DoCloseFile(VOID);
|
||||
VOID DoOpenFile(LPCTSTR szFileName);
|
||||
VOID DoCreateStatusBar(VOID);
|
||||
VOID DoShowHideStatusBar(VOID);
|
||||
VOID DoCreateEditWindow(VOID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue