00001 // This code is a part of the NanoSoft NSViews C++ Library. 00002 // Copyright (C) 1996 NanoSoft Corporation. All rights reserved. 00003 00004 #ifndef __NSViewsMessages_h__ 00005 #define __NSViewsMessages_h__ 00006 00007 #define WM_PAGESETACTIVE (WM_USER + 0x1000) 00008 #define WM_SETMINTRACKSIZE (WM_USER + 0x1001) 00009 00010 #endif
1.5.1