Changeset 1181 for trunk/dll/mainwnd.h


Ignore:
Timestamp:
Sep 10, 2008, 11:55:02 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.h

    r1166 r1181  
     1
     2/***********************************************************************
     3
     4  $Id: $
     5
     6  <<description here>>
     7
     8  Copyright (c) 1993-98 M. Kimes
     9  Copyright (c) 2001, 2008 Steven H. Levine
     10
     11  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
     12
     13***********************************************************************/
     14
     15#if !defined(MAINWND_H)
     16
     17#define MAINWND_H
     18
    119void BubbleHelp(HWND hwnd, BOOL other, BOOL data, BOOL above, char *help);
    220MRESULT EXPENTRY BubbleProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
     
    1028VOID FillClient(HWND hwndClient, PSWP pswp, PRECTL prectl, BOOL avoidtree);
    1129HWND FindDirCnrByName(CHAR * directory, BOOL restore);
     30VOID GetNextWindowPos(HWND hwndClient, PSWP pswp, ULONG * ulCntR,
     31                      ULONG * ulNumMinChildrenR);
    1232MRESULT EXPENTRY LEDProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    1333MRESULT EXPENTRY MainWMCommand(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
     
    1838INT SaveDirCnrState(HWND hwndClient, CHAR * name);
    1939MRESULT EXPENTRY StatusProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
     40VOID TileChildren(HWND hwndClient, BOOL absolute);
    2041MRESULT EXPENTRY ToolBackProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    2142HWND TopWindow(HWND hwndParent, HWND exclude);
    2243HWND TopWindowName(HWND hwndParent, HWND exclude, CHAR * ret);
    2344
     45#endif  // MAINWND_H
Note: See TracChangeset for help on using the changeset viewer.