Changeset 106 for trunk/src/user32


Ignore:
Timestamp:
Jun 12, 1999, 10:44:07 PM (26 years ago)
Author:
cbratschi
Message:

aaa

File:
1 edited

Legend:

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

    r85 r106  
    1 /* $Id: user32.cpp,v 1.6 1999-06-09 20:53:30 phaller Exp $ */
     1/* $Id: user32.cpp,v 1.7 1999-06-12 20:44:07 cbratschi Exp $ */
    22
    33/*
     
    565565  if (y      < 0) y       = 0;
    566566#endif
     567
     568// 6-12-99 CB: WS_CLIPCHILDREN not set -> controls not redrawn
     569// Problems with group boxes
     570
     571#ifndef WS_CLIPCHILDREN
     572  #define WS_CLIPCHILDREN            0x20000000L
     573#endif
     574
     575  dwStyle |= WS_CLIPCHILDREN;
    567576
    568577//SvL: Breaks applications
     
    12891298//******************************************************************************
    12901299// Not implemented by Open32 (5-31-99 Christoph Bratschi)
    1291 // Quick and dirty implementation
    12921300//******************************************************************************
    12931301BOOL WIN32API CheckRadioButton( HWND arg1, UINT arg2, UINT arg3, UINT  arg4)
Note: See TracChangeset for help on using the changeset viewer.