Changeset 332 for trunk/src/user32/new/winscrollbar.cpp
- Timestamp:
- Jul 18, 1999, 8:04:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/winscrollbar.cpp
r331 r332 1 /* $Id: winscrollbar.cpp,v 1. 1 1999-07-18 17:12:04sandervl Exp $ */1 /* $Id: winscrollbar.cpp,v 1.2 1999-07-18 18:04:30 sandervl Exp $ */ 2 2 /* 3 3 * Win32 scrollbar functions for OS/2 … … 12 12 #include <misc.h> 13 13 14 //****************************************************************************** 15 //****************************************************************************** 16 BOOL WIN32API EnableScrollBar( HWND arg1, INT arg2, UINT arg3) 17 { 18 #ifdef DEBUG 19 WriteLog("USER32: EnableScrollBar\n"); 20 #endif 21 //CB: implement in window class 22 return O32_EnableScrollBar(arg1, arg2, arg3); 23 } 14 24 //****************************************************************************** 15 25 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.