Ignore:
Timestamp:
Oct 3, 1999, 10:38:02 PM (26 years ago)
Author:
sandervl
Message:

mouse dragging fix + updated isMdiClient code/headers

File:
1 edited

Legend:

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

    r1112 r1114  
    1 /* $Id: win32wbase.h,v 1.11 1999-10-03 20:13:04 achimha Exp $ */
     1/* $Id: win32wbase.h,v 1.12 1999-10-03 20:38:02 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    107107
    108108         BOOL   isFrameWindow()                 { return OS2Hwnd != OS2HwndFrame; };
     109virtual  BOOL   isMDIClient();
     110
    109111Win32BaseWindow *getParent()                    { return (Win32BaseWindow *)ChildWindow::GetParent(); };
    110112         void   setParent(Win32BaseWindow *pwindow) { ChildWindow::SetParent((ChildWindow *)pwindow); };
     
    175177
    176178Win32BaseWindow *getTopParent();
    177 BOOL isMDIClient();
    178179 SCROLLBAR_INFO *getScrollInfo(int nBar);
    179180       LONG      setScrollInfo(int nBar, SCROLLINFO *info, int fRedraw);
Note: See TracChangeset for help on using the changeset viewer.