Ignore:
Timestamp:
Jan 19, 2003, 8:42:16 PM (23 years ago)
Author:
umoeller
Message:

First attempt at new container contol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/winh.h

    r239 r242  
    673673     ********************************************************************/
    674674
     675    #define ID_VSCROLL      100
     676    #define ID_HSCROLL      101
     677
     678    BOOL XWPENTRY winhCreateScrollBars(HWND hwndParent,
     679                                       HWND *phwndV,
     680                                       HWND *phwndH);
     681
    675682    BOOL XWPENTRY winhUpdateScrollBar(HWND hwndScrollBar,
    676683                                      ULONG ulWinPels,
     
    687694                                      ULONG msg,
    688695                                      MPARAM mp2);
     696
     697    LONG XWPENTRY winhHandleScrollMsg2(HWND hwndScrollBar,
     698                                       PLONG plCurPelsOfs,
     699                                       LONG lWindowPels,
     700                                       LONG lWorkareaPels,
     701                                       USHORT usLineStepPels,
     702                                       ULONG msg,
     703                                       MPARAM mp2);
     704    BOOL XWPENTRY winhScrollWindow(HWND hwnd2Scroll,
     705                                   PRECTL prclClip,
     706                                   PPOINTL pptlScroll);
    689707
    690708    BOOL XWPENTRY winhProcessScrollChars(HWND hwndClient,
     
    951969                                    ULONG ulID);
    952970
     971    BOOL XWPENTRY winhSetParentAndOwner(HWND hwnd,
     972                                        HWND hwndNewParent,
     973                                        BOOL fRedraw);
     974
    953975    VOID XWPENTRY winhRepaintWindows(HWND hwndParent);
    954976
Note: See TracChangeset for help on using the changeset viewer.