Ignore:
Timestamp:
Oct 17, 1999, 2:19:13 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/scroll.h

    r1091 r1334  
    1 /* $Id: scroll.h,v 1.4 1999-09-29 08:26:39 sandervl Exp $ */
     1/* $Id: scroll.h,v 1.5 1999-10-17 12:18:50 cbratschi Exp $ */
    22
    33/*
     
    2323} SCROLLBAR_INFO;
    2424
    25 extern LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT uMsg,
    26                                         WPARAM wParam, LPARAM lParam );
    27 extern void SCROLL_DrawScrollBar( HWND hwnd, HDC hdc, INT nBar,
    28                                   BOOL arrows, BOOL interior );
    29 extern void SCROLL_HandleScrollEvent( HWND hwnd, INT nBar,
    30                                       UINT msg, POINT pt );
     25VOID SCROLL_SubclassScrollBars(HWND hwndHorz,HWND hwndVert);
     26
     27extern LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam );
     28extern LRESULT WINAPI HorzScrollBarWndProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam );
     29extern LRESULT WINAPI VertScrollBarWndProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam );
    3130
    3231BOOL SCROLLBAR_Register();
Note: See TracChangeset for help on using the changeset viewer.