Changeset 1248 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Oct 11, 1999, 6:04:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r1240 r1248 1 /* $Id: win32dlg.cpp,v 1. 9 1999-10-10 08:59:41 sandervlExp $ */1 /* $Id: win32dlg.cpp,v 1.10 1999-10-11 16:04:51 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 1060 1060 if (nextchild == child) break; 1061 1061 1062 1063 1064 1065 1066 1062 if ((nextchild->getStyle() & WS_VISIBLE) && !(nextchild->getStyle() & WS_DISABLED)) 1063 { 1064 lastchild = nextchild; 1065 if (!fPrevious) break; 1066 } 1067 1067 } 1068 1068 retvalue = lastchild->getWindowHandle();
Note:
See TracChangeset
for help on using the changeset viewer.