Changeset 2076 for trunk/src/user32/win32wbase.h
- Timestamp:
- Dec 14, 1999, 8:13:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r2033 r2076 1 /* $Id: win32wbase.h,v 1.5 2 1999-12-09 00:53:38sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.53 1999-12-14 19:13:20 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 98 98 char *MsgGetText(); 99 99 ULONG MsgContextMenu(ULONG x,ULONG y); 100 100 void MsgInitMenu(HWND hMenu); 101 101 VOID updateWindowStyle(DWORD oldExStyle,DWORD oldStyle); 102 102 … … 121 121 virtual BOOL isMDIClient(); 122 122 virtual BOOL isMDIChild(); 123 124 BOOL fHasParentDC() { return fParentDC; }; 123 125 124 126 Win32BaseWindow *getParent(); … … 186 188 BOOL IsWindowVisible(); 187 189 //Created with CreateWindowExA or ExW 188 BOOL IsUnicode() { return isUnicode; };190 // BOOL IsUnicode() { return isUnicode; }; 189 191 //Window procedure type 190 192 BOOL IsWindowUnicode(); … … 306 308 BOOL fCreated; 307 309 BOOL fTaskList; //should be listed in PM tasklist or not 310 BOOL fParentDC; 308 311 309 312 PVOID pOldFrameProc;
Note:
See TracChangeset
for help on using the changeset viewer.