source: trunk/dll/mainwnd.h@ 1178

Last change on this file since 1178 was 1166, checked in by John Small, 17 years ago

Ticket 187: Draft 1: Functions only

File size: 1.3 KB
Line 
1void BubbleHelp(HWND hwnd, BOOL other, BOOL data, BOOL above, char *help);
2MRESULT EXPENTRY BubbleProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
3VOID BuildDriveBarButtons(HWND hwndT);
4MRESULT EXPENTRY ChildButtonProc(HWND hwnd, ULONG msg, MPARAM mp1,
5 MPARAM mp2);
6BOOL CloseChildren(HWND hwndClient);
7ULONG CountDirCnrs(HWND hwndParent);
8MRESULT EXPENTRY DriveBackProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
9MRESULT EXPENTRY DriveProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
10VOID FillClient(HWND hwndClient, PSWP pswp, PRECTL prectl, BOOL avoidtree);
11HWND FindDirCnrByName(CHAR * directory, BOOL restore);
12MRESULT EXPENTRY LEDProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
13MRESULT EXPENTRY MainWMCommand(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
14MRESULT EXPENTRY MainWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
15VOID MakeBubble(HWND hwnd, BOOL above, CHAR * help);
16VOID MakeMainObjWin(VOID * args);
17VOID ResizeDrives(HWND hwndT, long xwidth);
18INT SaveDirCnrState(HWND hwndClient, CHAR * name);
19MRESULT EXPENTRY StatusProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
20MRESULT EXPENTRY ToolBackProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
21HWND TopWindow(HWND hwndParent, HWND exclude);
22HWND TopWindowName(HWND hwndParent, HWND exclude, CHAR * ret);
23
Note: See TracBrowser for help on using the repository browser.