Ignore:
Timestamp:
Sep 26, 1999, 12:10:02 PM (26 years ago)
Author:
sandervl
Message:

Scrollbar changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.cpp

    r1050 r1057  
    1 /* $Id: win32wbase.cpp,v 1.13 1999-09-25 16:49:30 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.14 1999-09-26 10:10:01 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    825825  // TODO: call TIMERPROC if not NULL
    826826  return SendInternalMessageA(WM_TIMER, TimerID, 0);
     827}
     828//******************************************************************************
     829//******************************************************************************
     830ULONG Win32BaseWindow::MsgScroll(ULONG msg, ULONG scrollCode, ULONG scrollPos)
     831{
     832  //According to the SDK docs, the scrollbar handle (lParam) is 0 when the standard
     833  //window scrollbars send these messages
     834  return SendInternalMessageA(msg, MAKELONG(scrollCode, scrollPos), 0);
    827835}
    828836//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.