Ignore:
Timestamp:
Jan 9, 2000, 3:13:13 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1334 r2380  
    1 /* $Id: scroll.h,v 1.5 1999-10-17 12:18:50 cbratschi Exp $ */
     1/* $Id: scroll.h,v 1.6 2000-01-09 14:13:12 cbratschi Exp $ */
    22
    33/*
     
    2323} SCROLLBAR_INFO;
    2424
    25 VOID SCROLL_SubclassScrollBars(HWND hwndHorz,HWND hwndVert);
     25VOID SCROLL_DrawScrollBar(HWND hwnd,HDC hdc,INT nBar,BOOL arrows,BOOL interior);
     26LRESULT SCROLL_HandleScrollEvent(HWND hwnd,WPARAM wParam,LPARAM lParam,INT nBar,UINT msg);
    2627
    2728extern LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam );
Note: See TracChangeset for help on using the changeset viewer.