mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
498 B
27 lines
498 B
|
|
extern HMENU hmenuFile;
|
|
extern HMENU hmenuEdit;
|
|
extern HMENU hmenuWindow;
|
|
extern HMENU hmenuHelp;
|
|
|
|
void STDCALL SetScrollBars (HWND, LONG);
|
|
|
|
void STDCALL InitMenu (HWND);
|
|
|
|
void STDCALL PushMenu (char *);
|
|
|
|
void STDCALL PopMenu (void);
|
|
|
|
void STDCALL PopMenuItem (WORD, LPSTR);
|
|
|
|
void STDCALL UpdateFullMenu (void);
|
|
|
|
void STDCALL UpdatePartialMenu (void);
|
|
|
|
#ifdef OUT
|
|
void STDCALL UpdateMenu (HWND, HWND);
|
|
#endif
|
|
|
|
void STDCALL EnableFlags (HWND, WORD, BOOL);
|
|
|
|
BOOL STDCALL FFlagsEnabled (HWND, WORD);
|