pre cutover push
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
compile insert PS_Window_Equates
|
||||
/*
|
||||
** Copyright (C) 2013-2017 Revelation Software Inc. All Rights Reserved **
|
||||
** Copyright (C) 2013-2024 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
Author : Wile C Coyote - Super Genius
|
||||
Date : June 2013
|
||||
@ -13,6 +13,7 @@ compile insert PS_Window_Equates
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
Mr C 10 May 24 Added PSSX_WINDOW_MDISHOWCHILDMENU$
|
||||
Mr C 15 Oct 20 Renamed FRAMESTYLE to FORMBORDERSTYLE
|
||||
Added SHOWEFFECT/HIDEEFFECT equates
|
||||
Mr C 19 Apr 18 Added PLACEMENTDATA property equates
|
||||
@ -44,8 +45,8 @@ compile insert PS_Window_Equates
|
||||
|
||||
// PS Style equates
|
||||
equ PSS_WINDOW_BMP_CENTER$ to 0x00000001 ;
|
||||
equ PSS_WINDOW_RESIZEALWAYS$ to 0x00000002 ; * // SIZINGMODE property
|
||||
equ PSS_WINDOW_RESIZENEVER$ to 0x00000004 ; * // SIZINGMODE property
|
||||
equ PSS_WINDOW_RESIZEALWAYS$ to 0x00000002 ; // SIZINGMODE property
|
||||
equ PSS_WINDOW_RESIZENEVER$ to 0x00000004 ; // SIZINGMODE property
|
||||
equ PSS_WINDOW_BMP_TILED$ to 0x00000020 ;
|
||||
equ PSS_WINDOW_BMP_STRETCH$ to bitOr( PSS_WINDOW_BMP_CENTER$, PSS_WINDOW_BMP_TILED$ )
|
||||
equ PSS_WINDOW_HAS_MENU$ to 0x00000100 ;
|
||||
@ -55,7 +56,8 @@ compile insert PS_Window_Equates
|
||||
equ PSS_WINDOW_USEBKGDCOLOR$ to 0x00008000 ;
|
||||
equ PSS_WINDOW_CREATECOMPLETE$ to 0x80000000 ;
|
||||
|
||||
equ PSSX_WINDOW_GLASSDRAG$ to 0x00800000
|
||||
equ PSSX_WINDOW_SUPPRESSMDITRANSLATE$ to 0x00400000 ; // SUPPRESSMDITRANSLATE property
|
||||
equ PSSX_WINDOW_MDISHOWCHILDMENU$ to 0x00800000 ; // MDISHOWCHILDMENU property
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user