Ignore:
Timestamp:
Oct 12, 1999, 8:14:56 PM (26 years ago)
Author:
sandervl
Message:

Lots of changes again

File:
1 edited

Legend:

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

    r1256 r1258  
    1 /* $Id: win32wbase.cpp,v 1.37 1999-10-12 14:47:23 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.38 1999-10-12 18:14:56 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    510510  {
    511511        hwndHorzScroll = OSLibWinQueryScrollBarHandle(OS2HwndFrame, OSLIB_HSCROLL);
     512        OSLibWinShowScrollBar(OS2HwndFrame, hwndHorzScroll, OSLIB_HSCROLL, FALSE, TRUE);
    512513  }
    513514
    514515  if (cs->style & WS_VSCROLL) {
    515516        hwndVertScroll = OSLibWinQueryScrollBarHandle(OS2HwndFrame, OSLIB_VSCROLL);
     517        OSLibWinShowScrollBar(OS2HwndFrame, hwndVertScroll, OSLIB_VSCROLL, FALSE, TRUE);
    516518  }
    517519
     
    14241426            {
    14251427                new_flags = ESB_DISABLE_BOTH;
    1426                 //TODO:
     1428//               *action |= SA_SSI_REFRESH;
    14271429            }
    14281430            else if (nBar != SB_CTL)
    14291431            {
    1430                 //TODO
     1432//                *action = SA_SSI_HIDE;
    14311433                goto done;
    14321434            }
     
    14341436        else  /* Show and enable scroll-bar */
    14351437        {
    1436             //TODO
    14371438            new_flags = 0;
     1439//            if (nBar != SB_CTL)
     1440//                *action |= SA_SSI_SHOW;
    14381441        }
    14391442
Note: See TracChangeset for help on using the changeset viewer.